Skip to content

Commit

Permalink
panels: switch to fork allowing narrower minimum widths
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmattkc committed Mar 20, 2023
1 parent 8165407 commit c96e560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,7 @@ void Core::StartGUI(bool full_screen)
flags |= KDDockWidgets::Config::Flag_AlwaysShowTabs;
flags |= KDDockWidgets::Config::Flag_AllowReorderTabs;
config.setFlags(flags);
config.setAbsoluteWidgetMinSize(QSize(1, 1));

// Create main window and open it
main_window_ = new MainWindow();
Expand Down
2 changes: 1 addition & 1 deletion ext/KDDockWidgets

0 comments on commit c96e560

Please sign in to comment.