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

List:       kde-commits
Subject:    kdeaddons/atlantikdesigner/designer
From:       Stephan Binner <binner () kde ! org>
Date:       2004-07-02 18:55:48
Message-ID: 20040702185548.53ACD99B2 () office ! kde ! org
[Download RAW message or body]

CVS commit by binner: 

fix button order


  M +9 -9      group.cpp   1.11


--- kdeaddons/atlantikdesigner/designer/group.cpp  #1.10:1.11
@@ -91,12 +91,12 @@ GroupEditor::GroupEditor(ConfigEstateGro
 
         QHBoxLayout *buttonlayout = new QHBoxLayout(vlayout, spacingHint());
-        removeB = new KPushButton(i18n("&Remove"), page);
-        buttonlayout->addWidget(removeB);
-        connect(removeB, SIGNAL(clicked()), this, SLOT(remove()));
-
         KPushButton *addB = new KPushButton(i18n("&Add..."), page);
         buttonlayout->addWidget(addB);
         connect(addB, SIGNAL(clicked()), this, SLOT(add()));
 
+        removeB = new KPushButton(i18n("&Remove"), page);
+        buttonlayout->addWidget(removeB);
+        connect(removeB, SIGNAL(clicked()), this, SLOT(remove()));
+
         selectionChanged();
 }


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

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