diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-24 14:50:16 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-24 22:00:15 +0200 |
commit | 0e2d6230ca635b858a70e8f5e1af2dc08c172b67 (patch) | |
tree | 410f11f3e8132f888e922a436a9d80637e18b1cd /cui | |
parent | d77dec325e97c82e405d7d9539b9261b654061ea (diff) |
macro selector: let it expand, too
Change-Id: Ied75e1c41622451c4afed6e66521cec43d231303
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/macroselectordialog.ui | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/macroselectordialog.ui b/cui/uiconfig/ui/macroselectordialog.ui index 5a2278de4d1c..7af94af8333d 100644 --- a/cui/uiconfig/ui/macroselectordialog.ui +++ b/cui/uiconfig/ui/macroselectordialog.ui @@ -101,12 +101,15 @@ <object class="GtkBox" id="box1"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> <property name="orientation">vertical</property> <property name="spacing">12</property> <child> <object class="GtkLabel" id="helpmacro"> <property name="can_focus">False</property> <property name="no_show_all">True</property> + <property name="hexpand">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Select the library that contains the macro you want. Then select the macro under 'Macro name'.</property> <property name="wrap">True</property> @@ -122,6 +125,7 @@ <object class="GtkLabel" id="helptoolbar"> <property name="can_focus">False</property> <property name="no_show_all">True</property> + <property name="hexpand">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">To add a command to a toolbar, select the category and then the command. Then drag the command to the Commands list of the Toolbars tab page in the Customize dialog.</property> <property name="wrap">True</property> @@ -137,11 +141,15 @@ <object class="GtkBox" id="box2"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> <property name="homogeneous">True</property> <child> <object class="GtkFrame" id="frame2"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> <property name="label_xalign">0</property> <property name="shadow_type">none</property> <child> @@ -156,6 +164,8 @@ <property name="height_request">300</property> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> <child internal-child="selection"> <object class="GtkTreeSelection" id="SvxConfigGroupListBox-selection1"/> </child> @@ -210,6 +220,8 @@ <object class="GtkFrame" id="frame3"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> <property name="label_xalign">0</property> <property name="shadow_type">none</property> <child> @@ -224,6 +236,8 @@ <property name="height_request">300</property> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> <child internal-child="selection"> <object class="GtkTreeSelection" id="SvxConfigFunctionListBox-selection1"/> </child> @@ -309,6 +323,8 @@ <object class="GtkTextView" id="description:border"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> <property name="editable">False</property> <property name="wrap_mode">word</property> <property name="cursor_visible">False</property> |