[lightsoff/gnome-3-10] Make the window unresizable



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

    Make the window unresizable

 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]