Skip to content

Commit

Permalink
make panel splits easier to find and grab
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Jan 24, 2024
1 parent c06cf1e commit 46edb12
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,13 @@ MainWindow::MainWindow()
// Create the UI.
ui->setupUi(this);
setDockNestingEnabled(true);
setStyleSheet(QStringLiteral("QMainWindow::separator {"
" width: 10px;"
"}"
"QMainWindow::separator:hover {"
" background-color: rgba(23, 92, 118, 20%);"
"}"));

ui->statusBar->hide();

connectUISignals();
Expand Down

0 comments on commit 46edb12

Please sign in to comment.