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

List:       kde-commits
Subject:    extragear/utils/krusader/krusader/Filter
From:       Jan Lepper <dehtris () yahoo ! de>
Date:       2010-09-07 21:53:57
Message-ID: 20100907215357.95A40AC857 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1172707 by janlepper:

filter dialog: better layout for extra options

 M  +1 -3      generalfilter.cpp  


--- trunk/extragear/utils/krusader/krusader/Filter/generalfilter.cpp #1172706:1172707
@@ -351,14 +351,12 @@
     }
     filterLayout->addLayout(recurseLayout, 3, 0);
 
-    QHBoxLayout *extraOptionsLayout = new QHBoxLayout();
     for(int i = 0; i < extraOptions.length(); i++) {
         QCheckBox *option = new QCheckBox(this);
         option->setText(extraOptions[i]);
-        extraOptionsLayout->addWidget(option);
+        recurseLayout->addWidget(option);
         this->extraOptions.insert(extraOptions[i], option);
     }
-    filterLayout->addLayout(extraOptionsLayout, 4, 0);
 
     // Connection table
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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