diff options
| author | 2016-05-06 21:44:19 +0100 | |
|---|---|---|
| committer | 2016-05-06 21:45:53 +0100 | |
| commit | 4e1fd3f69385387d438f3e924882b2204934900c (patch) | |
| tree | f29bdd01ca42f2e2794e73ec20490ef0933387b0 /src/modules/toolbareditor | |
| parent | Fix text appearing outside the buttonboundary when the text is longer than (#... (diff) | |
| download | KVIrc-4e1fd3f69385387d438f3e924882b2204934900c.tar.gz KVIrc-4e1fd3f69385387d438f3e924882b2204934900c.tar.bz2 KVIrc-4e1fd3f69385387d438f3e924882b2204934900c.zip | |
cleanup: remove more ancient commneted code
Diffstat (limited to 'src/modules/toolbareditor')
| -rw-r--r-- | src/modules/toolbareditor/CustomizeToolBarsDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp b/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp index d7fac04f6..f547d14bc 100644 --- a/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp +++ b/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp @@ -348,7 +348,7 @@ CustomizeToolBarsDialog::CustomizeToolBarsDialog(QWidget * p) { g_rectToolBarEditorDialogGeometry.setY(5); } - //setGeometry(KVI_OPTION_RECT(KviOption_rectRegisteredUsersDialogGeometry)); + resize(g_rectToolBarEditorDialogGeometry.width(), g_rectToolBarEditorDialogGeometry.height()); move(g_rectToolBarEditorDialogGeometry.x(), |
