summaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
authorRoopesh Chander <roop@forwardbias.in>2009-11-11 19:56:07 +0530
committerRoopesh Chander <roop@forwardbias.in>2009-11-11 19:56:07 +0530
commit2777df779def787de000349f4dcdf974278df324 (patch)
treebc7fd97878f0fb782dd789446c76c3f886a1d345 /mainwindow.cpp
parentf2e8c09c4455b93307dab1808d7985bd736963d5 (diff)
make the toolbars approximately match in length
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index b525b53..622ef77 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -94,7 +94,7 @@ void MainWindow::createScrapsToolbar(QGraphicsScene *scene) {
m_scrapsToolbar = new GraphicsToolBar(scene);
m_scrapsToolbar->hide();
m_dropDownList = new QComboBox;
- m_dropDownList->setMinimumContentsLength(25);
+ m_dropDownList->setMinimumContentsLength(18);
m_dropDownList->addItem(tr("Locate"), 0);
m_searchBar = new SearchLineEdit;