Skip to content

Commit 5862ea0

Browse files
committed
gmoccapy: revert "added Gtk.Paned for upper main area"
For touch screens the sensitive area of the Gtk.Paned handle is expanded by 50 px to each side. This makes it almost impossible to touch the DRO axes letters.
1 parent 27e76fd commit 5862ea0

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

src/emc/usr_intf/gmoccapy/gmoccapy.glade

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -799,14 +799,14 @@
799799
<property name="can-focus">False</property>
800800
<property name="orientation">vertical</property>
801801
<child>
802-
<object class="GtkPaned" id="hbox2">
802+
<object class="GtkBox" id="hbox2">
803803
<property name="visible">True</property>
804-
<property name="can-focus">True</property>
805-
<property name="wide-handle">True</property>
804+
<property name="can-focus">False</property>
806805
<child>
807806
<object class="GtkBox" id="vbox14">
808807
<property name="visible">True</property>
809808
<property name="can-focus">False</property>
809+
<property name="margin-end">3</property>
810810
<property name="orientation">vertical</property>
811811
<child>
812812
<object class="GtkNotebook" id="ntb_preview">
@@ -1238,8 +1238,9 @@
12381238
</child>
12391239
</object>
12401240
<packing>
1241-
<property name="resize">True</property>
1242-
<property name="shrink">True</property>
1241+
<property name="expand">True</property>
1242+
<property name="fill">True</property>
1243+
<property name="position">0</property>
12431244
</packing>
12441245
</child>
12451246
<child>
@@ -1783,8 +1784,9 @@
17831784
</child>
17841785
</object>
17851786
<packing>
1786-
<property name="resize">False</property>
1787-
<property name="shrink">False</property>
1787+
<property name="expand">False</property>
1788+
<property name="fill">True</property>
1789+
<property name="position">1</property>
17881790
</packing>
17891791
</child>
17901792
</object>

0 commit comments

Comments
 (0)