diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2016-11-04 20:19:12 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2016-11-07 13:37:41 +0000 |
commit | ba68e6dd7ad99ef2a2720f327813d13550b98966 (patch) | |
tree | 7d1cf2f42b2d1232a6ad856c54b5f8efcda22a11 /sc/uiconfig | |
parent | 0a3eaf9f67f5e66ca0ae0c38cc4d85e07795b9f4 (diff) |
tdf#92160 - sc: limit search results to 1000 entries.
Very large replace results give huge space consumption in the
display widget, and are of dubious usefulness.
Change-Id: Ib8ad01a673ea52976befaf958f8f695aca2190ae
Reviewed-on: https://gerrit.libreoffice.org/30574
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/ui/searchresults.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/ui/searchresults.ui b/sc/uiconfig/scalc/ui/searchresults.ui index c39408aa2a31..9ae863770ba7 100644 --- a/sc/uiconfig/scalc/ui/searchresults.ui +++ b/sc/uiconfig/scalc/ui/searchresults.ui @@ -53,6 +53,13 @@ <property name="position">1</property> </packing> </child> + <child> + <object class="GtkLabel" id="skipped"> + <property name="visible">False</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">skipped $1 ...</property> + </object> + </child> </object> </child> <action-widgets> |