[lightsoff] Make the window unresizable



commit ea32878ccb3d99263062909c6464b43bda3f06a9
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Oct 6 09:00:41 2013 -0500

    Make the window unresizable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708078

 src/lightsoff.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/lightsoff.vala b/src/lightsoff.vala
index 7748af3..a8283bb 100644
--- a/src/lightsoff.vala
+++ b/src/lightsoff.vala
@@ -52,6 +52,7 @@ public class LightsOff : Gtk.Application
         settings = new Settings ("org.gnome.lightsoff");
 
         window = new Gtk.ApplicationWindow (this);
+       window.resizable = false;
 
         var clutter_embed = new GtkClutter.Embed ();
         clutter_embed.show ();


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