diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-01-11 18:57:35 -0600 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-14 20:45:38 +0000 |
commit | 8c291bb13335fc73785eab2bba81b37a5161d6b4 (patch) | |
tree | 60ff08895e99acf4efd0167b63fab43a32181a14 /sc/uiconfig/scalc | |
parent | ba3f0cfecdddf0275278987a75b5ee620744eb84 (diff) |
fdo#88157 Remove misused frames from 4 of n dialogs
Frames are meant to group together sets of related controls. It is
a mistake to use them to label just a single UI control.
Change-Id: I2666eefd6f6986825e48879ed3fb5b8d55f3e0d0
Reviewed-on: https://gerrit.libreoffice.org/13865
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/uiconfig/scalc')
-rw-r--r-- | sc/uiconfig/scalc/ui/selectrange.ui | 45 |
1 files changed, 24 insertions, 21 deletions
diff --git a/sc/uiconfig/scalc/ui/selectrange.ui b/sc/uiconfig/scalc/ui/selectrange.ui index 2a4a7d99c7bd..0280fafbd878 100644 --- a/sc/uiconfig/scalc/ui/selectrange.ui +++ b/sc/uiconfig/scalc/ui/selectrange.ui @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.18.3 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> <object class="GtkDialog" id="SelectRangeDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> @@ -68,51 +69,53 @@ </packing> </child> <child> - <object class="GtkFrame" id="frame1"> + <object class="GtkGrid" id="grid1"> <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> + <property name="row_spacing">6</property> <child> - <object class="GtkAlignment" id="alignment1"> + <object class="GtkScrolledWindow" id="scrolledwindow1"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="vexpand">True</property> - <property name="top_padding">6</property> - <property name="left_padding">12</property> + <property name="shadow_type">in</property> <child> - <object class="GtkScrolledWindow" id="scrolledwindow1"> + <object class="GtkTreeView" id="treeview:border"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="vexpand">True</property> - <property name="shadow_type">in</property> - <child> - <object class="GtkTreeView" id="treeview"> - <property name="visible">True</property> - <property name="can_focus">True</property> - </object> + <child internal-child="selection"> + <object class="GtkTreeSelection" id="treeview-selection1"/> </child> </object> </child> </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">1</property> + </packing> </child> - <child type="label"> + <child> <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Ranges</property> - <attributes> - <attribute name="weight" value="bold"/> - </attributes> + <property name="xalign">0</property> + <property name="label" translatable="yes">_Ranges:</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">treeview:border</property> </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">0</property> + </packing> </child> </object> <packing> - <property name="expand">True</property> + <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> |