diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-05-19 20:15:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-05-20 21:14:17 +0200 |
commit | 215d1ceaa086e72bb0c7251e97b199a77ef917e1 (patch) | |
tree | 0f9545eae30a1c837f3c0b96f003608fddf75f1a /sc/uiconfig | |
parent | 99343e6305eeeceb40a8e7ff551cb6cb1d2901af (diff) |
weld ScDPShowDetailDlg
Change-Id: Ifbb93a71ac891f4a5621edcd1c3f004a278a088d
Reviewed-on: https://gerrit.libreoffice.org/54577
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')
-rw-r--r-- | sc/uiconfig/scalc/ui/showdetaildialog.ui | 51 |
1 files changed, 45 insertions, 6 deletions
diff --git a/sc/uiconfig/scalc/ui/showdetaildialog.ui b/sc/uiconfig/scalc/ui/showdetaildialog.ui index 74d5079851db..d7f3f0a9231d 100644 --- a/sc/uiconfig/scalc/ui/showdetaildialog.ui +++ b/sc/uiconfig/scalc/ui/showdetaildialog.ui @@ -1,7 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.19.0 --> +<!-- Generated with glade 3.20.4 --> <interface domain="sc"> <requires lib="gtk+" version="3.18"/> + <object class="GtkListStore" id="liststore1"> + <columns> + <!-- column-name text --> + <column type="gchararray"/> + <!-- column-name id --> + <column type="gchararray"/> + </columns> + </object> <object class="GtkDialog" id="ShowDetail"> <property name="can_focus">False</property> <property name="hexpand">True</property> @@ -9,17 +17,20 @@ <property name="border_width">6</property> <property name="title" translatable="yes" context="showdetaildialog|ShowDetail">Show Detail</property> <property name="resizable">False</property> + <property name="modal">True</property> + <property name="default_width">0</property> + <property name="default_height">0</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <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 internal-child="action_area"> <object class="GtkButtonBox" id="dialog-action_area1"> <property name="can_focus">False</property> - <property name="orientation">vertical</property> <property name="layout_style">start</property> <child> <object class="GtkButton" id="ok"> @@ -66,6 +77,7 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> + <property name="secondary">True</property> </packing> </child> </object> @@ -88,12 +100,12 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes" context="showdetaildialog|label1">_Choose the field containing the detail you want to show</property> <property name="use_underline">True</property> <property name="wrap">True</property> <property name="mnemonic_widget">dimsTreeview</property> <property name="max_width_chars">50</property> + <property name="xalign">0</property> </object> <packing> <property name="expand">False</property> @@ -102,13 +114,37 @@ </packing> </child> <child> - <object class="GtkTreeView" id="dimsTreeview"> + <object class="GtkScrolledWindow"> <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="treeview-selection1"/> + <property name="shadow_type">in</property> + <child> + <object class="GtkTreeView" id="dimsTreeview"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <property name="model">liststore1</property> + <property name="headers_visible">False</property> + <property name="headers_clickable">False</property> + <property name="search_column">0</property> + <property name="show_expanders">False</property> + <child internal-child="selection"> + <object class="GtkTreeSelection" id="treeview-selection1"/> + </child> + <child> + <object class="GtkTreeViewColumn" id="treeviewcolumn1"> + <child> + <object class="GtkCellRendererText" id="cellrenderertext1"/> + <attributes> + <attribute name="text">0</attribute> + </attributes> + </child> + </object> + </child> + </object> </child> </object> <packing> @@ -131,5 +167,8 @@ <action-widget response="-6">cancel</action-widget> <action-widget response="-11">help</action-widget> </action-widgets> + <child> + <placeholder/> + </child> </object> </interface> |