diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2017-11-25 12:35:59 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2017-11-27 10:42:01 +0100 |
commit | 470682b3abf0622f5e9663d62d8641f63ceb6f30 (patch) | |
tree | 8ed69d78f53a2ada87107681c68dd6cfd8b48c42 /sc/uiconfig/scalc | |
parent | 43dd18bf7162106923a0dc90fd113458cb8e8e30 (diff) |
tdf#113831 Show number of search results
Skipped label used to show the number via resource strings
Change-Id: I6f57799565126c202041d0bf6a9f361d4e64cdfd
Reviewed-on: https://gerrit.libreoffice.org/45269
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'sc/uiconfig/scalc')
-rw-r--r-- | sc/uiconfig/scalc/ui/searchresults.ui | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/sc/uiconfig/scalc/ui/searchresults.ui b/sc/uiconfig/scalc/ui/searchresults.ui index 7146a03a2117..62b8ffa19303 100644 --- a/sc/uiconfig/scalc/ui/searchresults.ui +++ b/sc/uiconfig/scalc/ui/searchresults.ui @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.20.1 --> <interface domain="sc"> - <!-- interface-requires LibreOffice 1.0 --> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> + <requires lib="LibreOffice" version="1.0"/> <object class="GtkDialog" id="SearchResultsDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> @@ -37,7 +38,7 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="pack_type">end</property> - <property name="position">0</property> + <property name="position">2</property> </packing> </child> <child> @@ -46,6 +47,9 @@ <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> + <child internal-child="selection"> + <object class="GtkTreeSelection"/> + </child> </object> <packing> <property name="expand">False</property> @@ -54,16 +58,25 @@ </packing> </child> <child> - <object class="GtkLabel" id="skipped"> - <property name="visible">False</property> + <object class="GtkLabel" id="lbSearchResults"> + <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="searchresults|skipped">skipped $1 ...</property> + <property name="halign">start</property> + <property name="label"></property> </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">3</property> + </packing> </child> </object> </child> <action-widgets> <action-widget response="0">close</action-widget> </action-widgets> + <child> + <placeholder/> + </child> </object> </interface> |