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:
Alessandro Portale
2017-02-17 23:29:33 +01:00
parent cefe7d86c8
commit ba3f47e24a

View File

@@ -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);