diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-12-23 23:56:55 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-23 23:58:55 +0000 |
commit | c5602cfb9d817a2dfbb46c012a4fc5cc0cc444e2 (patch) | |
tree | 82816427d16de4e5fe6d7d6acb5b035260440b63 /sw/uiconfig | |
parent | 08880d659e976887eba5db22ece740df3ce89997 (diff) |
add a border to some widgets in exchange database
Change-Id: I48fed93932db28ca1649c7e6c1abf4017757cd45
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/exchangedatabases.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/uiconfig/swriter/ui/exchangedatabases.ui b/sw/uiconfig/swriter/ui/exchangedatabases.ui index bdbcc803b207..108558904a2b 100644 --- a/sw/uiconfig/swriter/ui/exchangedatabases.ui +++ b/sw/uiconfig/swriter/ui/exchangedatabases.ui @@ -105,7 +105,7 @@ <property name="xalign">0</property> <property name="label" translatable="yes">Databases in Use</property> <property name="use_underline">True</property> - <property name="mnemonic_widget">inuselb</property> + <property name="mnemonic_widget">inuselb:border</property> </object> <packing> <property name="left_attach">0</property> @@ -121,7 +121,7 @@ <property name="xalign">0</property> <property name="label" translatable="yes">_Available Databases</property> <property name="use_underline">True</property> - <property name="mnemonic_widget">availablelb</property> + <property name="mnemonic_widget">availablelb:border</property> </object> <packing> <property name="left_attach">1</property> @@ -166,7 +166,7 @@ Use the browse button to select a database file.</property> </packing> </child> <child> - <object class="svtlo-SvTreeListBox" id="inuselb"> + <object class="svtlo-SvTreeListBox" id="inuselb:border"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> @@ -180,7 +180,7 @@ Use the browse button to select a database file.</property> </packing> </child> <child> - <object class="swlo-SwDBTreeList" id="availablelb"> + <object class="swlo-SwDBTreeList" id="availablelb:border"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> |