Kaydet (Commit) f271602f authored tarafından Adolfo Jayme Barrientos's avatar Adolfo Jayme Barrientos

Improve layout of CTL settings

- Kill those evil, space-wasting “homogeneous width” properties
- Align Movement and Numerals labels
- Bring radio buttons together

Change-Id: Ib279f81b48733cccd8dd399549f598a21613076a
üst c8486f86
...@@ -125,14 +125,14 @@ ...@@ -125,14 +125,14 @@
<object class="GtkGrid" id="grid3"> <object class="GtkGrid" id="grid3">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="row_spacing">6</property>
<property name="column_spacing">12</property> <property name="column_spacing">12</property>
<property name="column_homogeneous">True</property>
<child> <child>
<object class="GtkLabel" id="label3"> <object class="GtkLabel" id="label3">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Movement:</property> <property name="label" translatable="yes">Movement:</property>
<property name="xalign">1</property>
</object> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
...@@ -168,10 +168,13 @@ ...@@ -168,10 +168,13 @@
<property name="group">movementlogical</property> <property name="group">movementlogical</property>
</object> </object>
<packing> <packing>
<property name="left_attach">2</property> <property name="left_attach">1</property>
<property name="top_attach">0</property> <property name="top_attach">1</property>
</packing> </packing>
</child> </child>
<child>
<placeholder/>
</child>
</object> </object>
</child> </child>
</object> </object>
...@@ -210,15 +213,14 @@ ...@@ -210,15 +213,14 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="column_spacing">12</property> <property name="column_spacing">12</property>
<property name="column_homogeneous">True</property>
<child> <child>
<object class="GtkLabel" id="label5"> <object class="GtkLabel" id="label5">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">_Numerals:</property> <property name="label" translatable="yes">_Numerals:</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="mnemonic_widget">numerals</property> <property name="mnemonic_widget">numerals</property>
<property name="xalign">1</property>
</object> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
...@@ -263,4 +265,10 @@ ...@@ -263,4 +265,10 @@
</packing> </packing>
</child> </child>
</object> </object>
<object class="GtkSizeGroup" id="sizegroup1">
<widgets>
<widget name="label3"/>
<widget name="label5"/>
</widgets>
</object>
</interface> </interface>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment