Changed some properties of the syntax-editor to be less annoying.
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 6 Aug 2007 02:09:01 +0000 (02:09 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 6 Aug 2007 02:09:01 +0000 (02:09 +0000)
src/ui/gui/ChangeLog
src/ui/gui/syntax-editor.glade

index 9d98f65be80343570c5dfdee740243a00d3a6524..6a368e00e28d6f24f343a5df65ff848c31b5c324 100644 (file)
@@ -1,3 +1,7 @@
+2007-08-06  John Darrington <john@darrington.wattle.id.au>
+
+       * syntax-editor.glade: Changed some properties to be less annoying.
+
 2007-07-29  John Darrington <john@darrington.wattle.id.au>
 
        * helper.c psppire.c: Enabled the output system so that the results
index 64cdeabec3c43f5901fc48139fd0eb185cfcdcac..ff63d73807626cb19b7024ac604ad5d5c0279ca9 100644 (file)
@@ -4,8 +4,8 @@
 <glade-interface>
 
 <widget class="GtkWindow" id="syntax_editor">
-  <property name="width_request">640</property>
-  <property name="height_request">480</property>
+  <property name="default_width">640</property>
+  <property name="default_height">480</property>
   <property name="can_focus">True</property>
   <property name="title" translatable="yes">Psppire Syntax Editor</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
        <widget class="GtkScrolledWindow" id="scrolledwindow8">
          <property name="visible">True</property>
          <property name="can_focus">True</property>
-         <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
-         <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
+         <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
+         <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
          <property name="shadow_type">GTK_SHADOW_IN</property>
          <property name="window_placement">GTK_CORNER_TOP_LEFT</property>