Resolves tdf#160050 - Overlapping controls in 'add themes' dialog

Change-Id: I196ef4b445dcae5d6fc9891c8f9c0d0b2976d583
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166541
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
This commit is contained in:
Heiko Tietze 2024-04-23 15:45:20 +02:00 committed by Heiko Tietze
parent 98935eef13
commit 8f3a19ce3a

View file

@ -3,13 +3,12 @@
<interface domain="svx">
<requires lib="gtk+" version="3.20"/>
<object class="GtkDialog" id="ThemeColorEditDialog">
<property name="width-request">400</property>
<property name="height-request">300</property>
<property name="can-focus">False</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="border-width">6</property>
<property name="title" translatable="yes" context="themedialog|Title">Theme Color Edit</property>
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="type-hint">dialog</property>
<child internal-child="vbox">