gui: Remove processor-area from status bar to reduce minimum window width. 20130730030503/pspp 20130731030504/pspp 20130801030502/pspp 20130802030502/pspp 20130803030513/pspp
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 28 Jul 2013 22:24:39 +0000 (15:24 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 29 Jul 2013 04:29:27 +0000 (21:29 -0700)
Nothing ever puts anything in the processor-area widget, but it forces
the data window to be 35 character widths wider, so by removing it we can
allow the window to be resized much narrower when the status bar is shown.

Reported by Bastián Díaz <diaz.bastian@ymail.com>.

src/ui/gui/data-editor.ui

index 2f0dd03adbca214df7926958335bc3656a363920..955febea75d49caffecaa9d514bae6225d076c4d 100644 (file)
         <property name="position">0</property>
       </packing>
     </child>
-    <child>
-      <object class="GtkFrame" id="frame3">
-        <property name="visible">True</property>
-        <property name="label_xalign">0</property>
-        <property name="shadow_type">in</property>
-        <child>
-          <object class="GtkEventBox" id="eventbox2">
-            <property name="visible">True</property>
-            <property name="tooltip-text" translatable="yes">Processor Area</property>
-            <child>
-              <object class="GtkLabel" id="processor-area">
-                <property name="visible">True</property>
-                <property name="width_chars">35</property>
-                <property name="single_line_mode">True</property>
-              </object>
-            </child>
-          </object>
-        </child>
-      </object>
-      <packing>
-        <property name="expand">False</property>
-        <property name="fill">False</property>
-        <property name="position">1</property>
-      </packing>
-    </child>
     <child>
       <object class="GtkFrame" id="frame5">
         <property name="visible">True</property>