author | llornkcor <llornkcor> | 2004-04-08 23:42:26 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2004-04-08 23:42:26 (UTC) |
commit | 5222ba9581e4a0f5fa1a1f16e971e8278978bdd7 (patch) (side-by-side diff) | |
tree | 0c1601471d536f4fe0cc9088c1cba3088e81de42 | |
parent | 8ea8d193ff14250d4dbc0fc3d4699e5888ba35fe (diff) | |
download | opie-5222ba9581e4a0f5fa1a1f16e971e8278978bdd7.zip opie-5222ba9581e4a0f5fa1a1f16e971e8278978bdd7.tar.gz opie-5222ba9581e4a0f5fa1a1f16e971e8278978bdd7.tar.bz2 |
fix button layout
-rw-r--r-- | noncore/apps/opie-gutenbrowser/SearchDialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/apps/opie-gutenbrowser/SearchDialog.cpp b/noncore/apps/opie-gutenbrowser/SearchDialog.cpp index dab4789..4ddb3f0 100644 --- a/noncore/apps/opie-gutenbrowser/SearchDialog.cpp +++ b/noncore/apps/opie-gutenbrowser/SearchDialog.cpp @@ -57,6 +57,7 @@ SearchDialog::SearchDialog( QWidget* parent, const char* name, bool modal, WFla buttonCancel = new QPushButton( this, "buttonCancel" ); buttonCancel->setText( tr( "&Cancel" ) ); buttonCancel->setAutoDefault( TRUE ); + layout->addMultiCellWidget(buttonCancel, 2, 2, 1, 1); // buttonCancel->setMaximumWidth(40); |