[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/graphics/digikam/utilities/setup
From:       Gilles Caulier <caulier.gilles () gmail ! com>
Date:       2008-04-08 10:50:53
Message-ID: 1207651853.174724.27457.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 794688 by cgilles:

compile


 M  +10 -9     cameraselection.cpp  


--- trunk/extragear/graphics/digikam/utilities/setup/cameraselection.cpp #794687:794688
@@ -130,7 +130,7 @@
                                    "will be set automatically.</p><p>This list has been generated "
                                    "using the gphoto2 library installed on your computer.</p>"));
 
-    d->searchBar = new SearchTextBar(plainPage());
+    d->searchBar = new SearchTextBar(mainWidget());
 
     // --------------------------------------------------------------
 
@@ -241,16 +241,17 @@
 
     // --------------------------------------------------------------
 
-    mainBoxLayout->setMargin(0);
-    mainBoxLayout->setSpacing(KDialog::spacingHint());
+    mainBoxLayout->addWidget(d->listView,  0, 0, 6, 1);
+    mainBoxLayout->addWidget(d->searchBar, 0, 0, 7, 1);
+    mainBoxLayout->addWidget(titleBox,     0, 1, 1, 1);
+    mainBoxLayout->addWidget(portBox,      1, 1, 1, 1);
+    mainBoxLayout->addWidget(portPathBox,  2, 1, 1, 1);
+    mainBoxLayout->addWidget(umsMountBox,  3, 1, 1, 1);
+    mainBoxLayout->addWidget(box2,         4, 1, 2, 1);
     mainBoxLayout->setColumnStretch(0, 10);
     mainBoxLayout->setRowStretch(6, 10);
-    mainBoxLayout->addWidget(d->listView, 0, 0, 7, 1);
-    mainBoxLayout->addWidget(titleBox,    0, 1, 1, 1);
-    mainBoxLayout->addWidget(portBox,     1, 1, 1, 1);
-    mainBoxLayout->addWidget(portPathBox, 2, 1, 1, 1);
-    mainBoxLayout->addWidget(umsMountBox, 3, 1, 1, 1);
-    mainBoxLayout->addWidget(box2,        4, 1, 2, 1);
+    mainBoxLayout->setSpacing(KDialog::spacingHint());
+    mainBoxLayout->setMargin(0);
 
     // Connections --------------------------------------------------
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic