[gcalctool] Make window non-resizable (Bug #602154)



commit 2d0ea189086c49024d853a90d0941e2433ea5b14
Author: Robert Ancell <robert ancell gmail com>
Date:   Mon Feb 22 10:09:45 2010 +1100

    Make window non-resizable (Bug #602154)

 NEWS              |    2 ++
 data/gcalctool.ui |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index 439f4a0..6a7867a 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@ Overview of changes in gcalctool 5.29.91
 
     * Make boolean operations work with zero, e.g. "0 XOR 5"
 
+    * Make window non-resizable (Bug #602154)
+
     * Change boolean functions to uppercase (xor -> XOR)
 
     * Documentation rewritten
diff --git a/data/gcalctool.ui b/data/gcalctool.ui
index 9d98b7a..56b0cb9 100644
--- a/data/gcalctool.ui
+++ b/data/gcalctool.ui
@@ -5,6 +5,7 @@
   <object class="GtkWindow" id="calc_window">
     <property name="events">GDK_BUTTON_PRESS_MASK</property>
     <property name="role">gcalctool</property>
+    <property name="resizable">False</property>
     <accel-groups>
       <group name="accelgroup1"/>
     </accel-groups>



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