diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-02-08 22:22:00 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-02-08 22:22:00 +0100 |
commit | 728abec962f993309acf3ebb1317b5f3773f18c7 (patch) | |
tree | ab4e22fd914681fa42babfcba184a932956c9667 /plugingui/testmain.cc | |
parent | f762a1fbf4ccf565953855695ddd0bf60b34bf8e (diff) |
UI resize refactoring part 1.
Diffstat (limited to 'plugingui/testmain.cc')
-rw-r--r-- | plugingui/testmain.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/testmain.cc b/plugingui/testmain.cc index c4ca18d..d77ac8a 100644 --- a/plugingui/testmain.cc +++ b/plugingui/testmain.cc @@ -41,6 +41,7 @@ int main() Settings settings; GUI::MainWindow main_window(settings, nullptr); main_window.show(); + main_window.resize(370, 330); while(main_window.processEvents()) { |