summaryrefslogtreecommitdiff
path: root/desktop/uiconfig/ui
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2022-04-25 14:00:47 +0200
committerSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2022-04-25 16:57:20 +0200
commit3bbc4581b9af37dbc5adbc355633641d60575c30 (patch)
treea6b9a84174d0aa603a6e503366c7a5172423c57b /desktop/uiconfig/ui
parentf6be6cd82bd84f13d2a597ceb62181111ae0eb80 (diff)
tdf#126672 Add search field to extension manager
Change-Id: Ie5c44e79cff236c5d306c34492a5c6c789d6fb60 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133381 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'desktop/uiconfig/ui')
-rw-r--r--desktop/uiconfig/ui/extensionmanager.ui18
1 files changed, 15 insertions, 3 deletions
diff --git a/desktop/uiconfig/ui/extensionmanager.ui b/desktop/uiconfig/ui/extensionmanager.ui
index 1a4e4e4ba2cb..a7b2b951e75f 100644
--- a/desktop/uiconfig/ui/extensionmanager.ui
+++ b/desktop/uiconfig/ui/extensionmanager.ui
@@ -155,6 +155,18 @@
</packing>
</child>
<child>
+ <object class="GtkEntry" id="search">
+ <property name="visible">True</property>
+ <property name="can-focus">True</property>
+ <property name="placeholder-text" translatable="yes" context="extensionmanager|search">Search ...</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkScrolledWindow" id="scroll">
<property name="visible">True</property>
<property name="can-focus">True</property>
@@ -186,7 +198,7 @@
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
- <property name="position">1</property>
+ <property name="position">2</property>
</packing>
</child>
<child>
@@ -295,7 +307,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
- <property name="position">2</property>
+ <property name="position">3</property>
</packing>
</child>
<child>
@@ -365,7 +377,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
- <property name="position">3</property>
+ <property name="position">4</property>
</packing>
</child>
</object>