diff options
author | dec05eba <dec05eba@protonmail.com> | 2019-01-24 22:15:21 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-08-19 00:14:40 +0200 |
commit | d525a7ac28dd6403e46e8df6fa15b723b8c09503 (patch) | |
tree | 51254e6e94bb099484c2d2c01fa4f397c4e70287 /src/Window.cpp | |
parent | b629e93b124fcad6635a508e47c7776bb0891d1b (diff) |
Add more tests, add apache license
Diffstat (limited to 'src/Window.cpp')
-rw-r--r-- | src/Window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.cpp b/src/Window.cpp index 8a6652e..1344429 100644 --- a/src/Window.cpp +++ b/src/Window.cpp @@ -272,7 +272,7 @@ namespace dchat } prevTimeMillis = std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::system_clock::now().time_since_epoch()).count() - 5000; //drawBackgroundConnection = signal_draw().connect(sigc::mem_fun(*this, &Window::drawBackground)); - //set_size_request(640, 480); + set_size_request(640, 480); //set_app_paintable(true); } |