diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-06-18 16:03:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-18 16:03:46 +0100 |
commit | 3ed731fc136f958a8a38c9117fbd1e4a068d838b (patch) | |
tree | 4ac482ce38c4d8a159eb6b5fcba45abb795a0e19 /sc/uiconfig | |
parent | 9f8c4f50e441e640d52712f1866b4037dab4da36 (diff) |
put some borders around these widgets
Change-Id: I252f637d87a33253e2a90b77db013c2f712f1d39
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/ui/optsortlists.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/uiconfig/scalc/ui/optsortlists.ui b/sc/uiconfig/scalc/ui/optsortlists.ui index 45fc9be47a33..34dec772ba5d 100644 --- a/sc/uiconfig/scalc/ui/optsortlists.ui +++ b/sc/uiconfig/scalc/ui/optsortlists.ui @@ -141,7 +141,7 @@ <property name="xalign">0</property> <property name="label" translatable="yes">_Lists</property> <property name="use_underline">True</property> - <property name="mnemonic_widget">lists</property> + <property name="mnemonic_widget">lists:border</property> </object> <packing> <property name="left_attach">0</property> @@ -157,7 +157,7 @@ <property name="xalign">0</property> <property name="label" translatable="yes">_Entries</property> <property name="use_underline">True</property> - <property name="mnemonic_widget">entries</property> + <property name="mnemonic_widget">entries:border</property> </object> <packing> <property name="left_attach">1</property> @@ -167,7 +167,7 @@ </packing> </child> <child> - <object class="GtkTextView" id="entries"> + <object class="GtkTextView" id="entries:border"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> @@ -181,7 +181,7 @@ </packing> </child> <child> - <object class="GtkTreeView" id="lists"> + <object class="GtkTreeView" id="lists:border"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> |