summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-01-15 15:34:21 +0000
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2021-01-18 00:43:05 +0100
commit868a7a160b9981e6b7f4a5a2242567288c84b36e (patch)
treebc4d124a6ecdf234dac0febeec2fb08bbfa23a47 /svtools
parentced00aadcffd00e5cd0acc00670cb52b2f733388 (diff)
tdf#137695 shrink widget height below natural min within data browser
Change-Id: Iba3c12376200b7ce800b48155a4b84ca2e47d63f Change-Id: Iba3c12376200b7ce800b48155a4b84ca2e47d63f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109382 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/uiconfig/ui/combocontrol.ui4
-rw-r--r--svtools/uiconfig/ui/listcontrol.ui3
2 files changed, 7 insertions, 0 deletions
diff --git a/svtools/uiconfig/ui/combocontrol.ui b/svtools/uiconfig/ui/combocontrol.ui
index b3a8ee9e971c..43b0d15556db 100644
--- a/svtools/uiconfig/ui/combocontrol.ui
+++ b/svtools/uiconfig/ui/combocontrol.ui
@@ -15,8 +15,12 @@
<child internal-child="entry">
<object class="GtkEntry">
<property name="can_focus">True</property>
+ <property name="has-frame">False</property>
</object>
</child>
+ <style>
+ <class name="small-button"/>
+ </style>
</object>
<packing>
<property name="expand">True</property>
diff --git a/svtools/uiconfig/ui/listcontrol.ui b/svtools/uiconfig/ui/listcontrol.ui
index f814e31dd41d..0602a80443f9 100644
--- a/svtools/uiconfig/ui/listcontrol.ui
+++ b/svtools/uiconfig/ui/listcontrol.ui
@@ -11,6 +11,9 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
+ <style>
+ <class name="small-button"/>
+ </style>
</object>
<packing>
<property name="expand">True</property>