diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-22 15:45:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-22 15:48:44 +0100 |
commit | c23cd790940e2f821b51ea07058be6e4a2938482 (patch) | |
tree | d8e20a7dae36bffee7d99d98cddbadbcf58df41f /sw | |
parent | 90134af864d46e45ae4a1c9836ef6f83d7dbbfd2 (diff) |
let the gtkentry here expand horizontally if the dialog does
Change-Id: I6931879c541f56c0ea8125a434bcd74fba8791f8
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/inserttable.ui | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/uiconfig/swriter/ui/inserttable.ui b/sw/uiconfig/swriter/ui/inserttable.ui index c8b581e4f775..b0f6ffb5fd69 100644 --- a/sw/uiconfig/swriter/ui/inserttable.ui +++ b/sw/uiconfig/swriter/ui/inserttable.ui @@ -107,6 +107,7 @@ <object class="GtkEntry" id="nameedit"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="hexpand">True</property> <property name="shadow_type">out</property> </object> <packing> @@ -119,10 +120,10 @@ <object class="GtkLabel" id="label3"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes">_Name:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">nameedit</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> @@ -133,10 +134,10 @@ <object class="GtkLabel" id="3"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes">_Columns:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">colspin</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> @@ -162,10 +163,10 @@ <object class="GtkLabel" id="4"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">1</property> <property name="label" translatable="yes">_Rows:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">rowspin</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">2</property> |