summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2021-01-18 13:58:04 +0100
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2021-02-11 15:36:34 +0100
commit08b6d409b2b5228c14e8b94eddbb8987ec6e9c78 (patch)
treef041f34489c95eeb58f5dbafe748db30f840a028 /cui
parenttdf#140257 duplicate entire PaM ring when making copy (diff)
downloadcore-08b6d409b2b5228c14e8b94eddbb8987ec6e9c78.tar.gz
core-08b6d409b2b5228c14e8b94eddbb8987ec6e9c78.zip
Resolves tdf#138051 - UI picker text blocks buttons
All images have a height of 125px now Change-Id: I64bb9d51c7a5edb4f0cfd38ac48473f11755061d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109529 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'cui')
-rw-r--r--cui/uiconfig/ui/toolbarmodedialog.ui6
1 files changed, 4 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/toolbarmodedialog.ui b/cui/uiconfig/ui/toolbarmodedialog.ui
index dc88d3e18864..43496294fde9 100644
--- a/cui/uiconfig/ui/toolbarmodedialog.ui
+++ b/cui/uiconfig/ui/toolbarmodedialog.ui
@@ -311,21 +311,23 @@
<property name="baseline-position">top</property>
<child>
<object class="GtkImage" id="imImage">
- <property name="width-request">436</property>
+ <property name="height-request">125</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
+ <property name="halign">center</property>
<property name="valign">start</property>
<property name="vexpand">True</property>
<property name="stock">gtk-missing-image</property>
</object>
<packing>
<property name="expand">False</property>
- <property name="fill">True</property>
+ <property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkScrolledWindow">
+ <property name="width-request">436</property>
<property name="height-request">100</property>
<property name="visible">True</property>
<property name="can-focus">True</property>