Skip to content

Commit

Permalink
Minor style changes
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Ribelotta <[email protected]>
  • Loading branch information
martinribelotta committed Mar 28, 2017
1 parent 2b09554 commit 5c092ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion loggerwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ LoggerWidget::LoggerWidget(QWidget *parent) :
emit openEditorIn(url.toLocalFile(), col, row);
});

hlayout->setContentsMargins(1, 1, 6, 0);
hlayout->setContentsMargins(1, 1, 1, 1);
hlayout->setSpacing(1);
hlayout->addWidget(view);
vlayout->addWidget(clearConsole);
Expand Down
2 changes: 2 additions & 0 deletions mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ MainWindow::MainWindow(QWidget *parent) :
setUpProxy();
statusBar()->showMessage(tr("Application ready..."), 1500);
statusBar()->hide();
foreach(QToolButton *b, findChildren<QToolButton*>())
b->setAutoRaise(true);
}

MainWindow::~MainWindow()
Expand Down

0 comments on commit 5c092ba

Please sign in to comment.