allow nested docking

This commit is contained in:
T1ti
2023-12-23 08:54:32 +01:00
parent efc53a25e6
commit d7b8e419d8

View File

@@ -71,6 +71,9 @@ namespace Noggit::Ui::Windows
setCentralWidget(_null_widget); setCentralWidget(_null_widget);
// The default value is AnimatedDocks | AllowTabbedDocks.
setDockOptions(AnimatedDocks | AllowNestedDocks | AllowTabbedDocks | GroupedDragging);
_about = new about(this); _about = new about(this);
_settings = new settings(this); _settings = new settings(this);