mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Layout issues: Fix the Profile/Toolbar
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
adb61b38ea
commit
8f2f9164fc
1 changed files with 3 additions and 0 deletions
|
@ -95,6 +95,9 @@ MainWindow::MainWindow() : QMainWindow(),
|
|||
|
||||
QWidget *profileContainer = new QWidget();
|
||||
QHBoxLayout *profLayout = new QHBoxLayout();
|
||||
profLayout->setSpacing(0);
|
||||
profLayout->setMargin(0);
|
||||
profLayout->setContentsMargins(0,0,0,0);
|
||||
profLayout->addWidget(toolBar);
|
||||
profLayout->addWidget(profileWidget);
|
||||
profileContainer->setLayout(profLayout);
|
||||
|
|
Loading…
Add table
Reference in a new issue