diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2014-11-10 05:47:13 -0600 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-11 16:43:11 +0000 |
commit | 5968ace1c0ce3796465feaed8f445a0397045c37 (patch) | |
tree | 896da8b303ea575fbcfb31c74300fc5b759f55a0 /cui | |
parent | 817da76529aa39f641d76805d429b09681348811 (diff) |
fdo#85907 Tweak size requests
... and remove an unneeded grid that I added.
Change-Id: Ibc3b98a1f87d61464d652168546235e5c183c80f
Reviewed-on: https://gerrit.libreoffice.org/12334
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/specialcharacters.ui | 71 |
1 files changed, 30 insertions, 41 deletions
diff --git a/cui/uiconfig/ui/specialcharacters.ui b/cui/uiconfig/ui/specialcharacters.ui index ed752a55b1f2..5b3824e029e9 100644 --- a/cui/uiconfig/ui/specialcharacters.ui +++ b/cui/uiconfig/ui/specialcharacters.ui @@ -135,6 +135,7 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> + <property name="width">2</property> </packing> </child> <child> @@ -172,70 +173,58 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">2</property> + <property name="width">2</property> </packing> </child> <child> - <object class="GtkGrid" id="grid5"> + <object class="svxlo-SvxShowCharSet" id="showcharset"> + <property name="width_request">600</property> + <property name="height_request">250</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">1</property> + </packing> + </child> + <child> + <object class="GtkGrid" id="grid3"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> - <property name="column_spacing">12</property> <child> - <object class="svxlo-SvxShowCharSet" id="showcharset"> - <property name="width_request">410</property> - <property name="height_request">250</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="hexpand">True</property> - <property name="vexpand">True</property> - </object> + <object class="cuilo-SvxShowText" id="showchar"> + <property name="width_request">80</property> + <property name="height_request">150</property> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> - <object class="GtkGrid" id="grid3"> + <object class="GtkLabel" id="charcodeft"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> - <property name="vexpand">True</property> - <child> - <object class="cuilo-SvxShowText" id="showchar"> - <property name="width_request">100</property> - <property name="height_request">150</property> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="hexpand">True</property> - <property name="vexpand">True</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">0</property> - </packing> - </child> - <child> - <object class="GtkLabel" id="charcodeft"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="hexpand">True</property> - <property name="label" translatable="no"> U+FFFF(65535) </property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">1</property> - </packing> - </child> + <property name="label" translatable="no"> U+FFFF(65535) </property> </object> <packing> - <property name="left_attach">1</property> - <property name="top_attach">0</property> + <property name="left_attach">0</property> + <property name="top_attach">1</property> </packing> </child> </object> <packing> - <property name="left_attach">0</property> + <property name="left_attach">1</property> <property name="top_attach">1</property> </packing> </child> |