forked from qt-creator/qt-creator
ProjectExplorer: Remove right margin in ProjectWelcomePage
Make use of the right space. Also, this moves the scrollbars to the border, which looks more conventional (and which was the case in welcomescreen1). Change-Id: Icad9dedf80832012227d5ee6fb05083180bddf5d Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -546,7 +546,7 @@ public:
|
||||
vbox2->addWidget(projectsList);
|
||||
|
||||
auto hbox = new QHBoxLayout(this);
|
||||
hbox->setContentsMargins(30, 27, 27, 27);
|
||||
hbox->setContentsMargins(30, 27, 0, 27);
|
||||
hbox->addItem(vbox1);
|
||||
hbox->addSpacing(d);
|
||||
hbox->addItem(vbox2);
|
||||
|
||||
Reference in New Issue
Block a user