Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
applicationWindow: toolbar size policy to allow shrinking, bug#3597425
  • Loading branch information
Dongxu Li committed Dec 27, 2012
1 parent b688c6a commit 61a4aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librecad/src/main/qc_applicationwindow.cpp
Expand Up @@ -1579,7 +1579,7 @@ void QC_ApplicationWindow::initToolBar() {
RS_DEBUG->print("QC_ApplicationWindow::initToolBar()");


QSizePolicy toolBarPolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Expanding);
QSizePolicy toolBarPolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);

fileToolBar = new QToolBar( "File Operations", this);
fileToolBar->setSizePolicy(toolBarPolicy);
Expand Down

0 comments on commit 61a4aa6

Please sign in to comment.