Skip to content

Commit

Permalink
[WindowManager] ^ make window sizeable
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghitamutu committed Aug 18, 2024
1 parent 40c4a03 commit 89a3af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppCUI/src/Dialogs/WindowManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class InternalWindowManager : public Controls::Window
ItemHandle focusedItem{ InvalidItemHandle };

public:
InternalWindowManager() : Controls::Window("Window manager", "d:c,w:72,h:20", WindowFlags::None)
InternalWindowManager() : Controls::Window("Window manager", "d:c,w:72,h:20", WindowFlags::Sizeable)
{
}
bool Create();
Expand Down

0 comments on commit 89a3af0

Please sign in to comment.