[lightsoff/wip/gtkview] Only the gtk window should be resizable



commit 99b4e2e332cce6baf2b86d1b504e56f9ff284182
Author: Robert Roth <robert roth off gmail com>
Date:   Thu Jul 19 23:11:00 2018 +0300

    Only the gtk window should be resizable

 src/lightsoff-window.vala | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/lightsoff-window.vala b/src/lightsoff-window.vala
index 741e6e5..a96b4dd 100644
--- a/src/lightsoff-window.vala
+++ b/src/lightsoff-window.vala
@@ -80,6 +80,7 @@ public class LightsoffWindow : ApplicationWindow
         else
             this.add (build_clutter_game_container (level, out game_view));
 
+        this.set_resizable (gtk);
         this.key_release_event.connect (key_release_event_cb);
         game_view.level_changed.connect (level_changed_cb);
         game_view.moves_changed.connect (update_subtitle);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]