diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-01-07 12:02:31 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-01-07 12:03:41 -0600 |
commit | 1f4751491b38196d0a246c135349bdd42aba28f1 (patch) | |
tree | ffe42bd38ec43c5fcb1ba99724ca00886da72220 | |
parent | 3825c28416a52abbbba2bb8034346b1c3f956da2 (diff) |
tdf#34882 Harmonize alignment of hex./decimal boxes
Change-Id: Ie2a5af6c3c46508df1763b33bf8446983e49e11c
-rw-r--r-- | cui/uiconfig/ui/specialcharacters.ui | 109 |
1 files changed, 48 insertions, 61 deletions
diff --git a/cui/uiconfig/ui/specialcharacters.ui b/cui/uiconfig/ui/specialcharacters.ui index d5b8bd6da54e..64b98f2ae161 100644 --- a/cui/uiconfig/ui/specialcharacters.ui +++ b/cui/uiconfig/ui/specialcharacters.ui @@ -212,70 +212,47 @@ </packing> </child> <child> - <object class="GtkBox" id="box1"> + <object class="GtkGrid" id="grid4"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="orientation">vertical</property> - <child> - <object class="GtkLabel" id="decimallabel"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes">Decimal:</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkEntry" id="decimalvalue"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="text">162</property> - <property name="halign">center</property> - <property name="width_chars">11</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">2</property> - </packing> - </child> - <child> - <object class="GtkBox" id="box3"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="orientation">vertical</property> + <property name="halign">center</property> + <property name="row_spacing">3</property> + <property name="column_spacing">12</property> <child> <object class="GtkLabel" id="hexlabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Hexadecimal:</property> + <property name="xalign">0</property> </object> <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> + <property name="left_attach">0</property> + <property name="top_attach">0</property> </packing> </child> <child> - <object class="GtkGrid" id="grid4"> + <object class="GtkGrid" id="grid5"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="halign">center</property> + <property name="column_spacing">3</property> + <child> + <object class="GtkEntry" id="hexvalue"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="halign">center</property> + <property name="width_chars">8</property> + <property name="text">A2</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">0</property> + </packing> + </child> <child> <object class="GtkLabel" id="hexulabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label">U+</property> - <property name="selectable">True</property> <property name="width_chars">3</property> <property name="single_line_mode">True</property> <property name="max_width_chars">3</property> @@ -286,24 +263,34 @@ <property name="top_attach">0</property> </packing> </child> - <child> - <object class="GtkEntry" id="hexvalue"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="text">A2</property> - <property name="halign">center</property> - <property name="width_chars">8</property> - </object> - <packing> - <property name="left_attach">1</property> - <property name="top_attach">0</property> - </packing> - </child> </object> <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> + <property name="left_attach">0</property> + <property name="top_attach">1</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="decimallabel"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">Decimal:</property> + <property name="xalign">0</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">0</property> + </packing> + </child> + <child> + <object class="GtkEntry" id="decimalvalue"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="width_chars">8</property> + <property name="text">162</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">1</property> </packing> </child> </object> |