summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-11-14 16:23:34 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-11-15 11:20:49 +0100
commitfcf0d983801603250aa7ce4539951c6b049ad079 (patch)
treee1c7ec93cd507af0eac563d71d4772e977d577e3 /dbaccess
parentResolves: tdf#140250 don't share adjustments between differerent spinbuttons (diff)
downloadcore-fcf0d983801603250aa7ce4539951c6b049ad079.tar.gz
core-fcf0d983801603250aa7ce4539951c6b049ad079.zip
add a rule to enforce always-show-image of True if an image is used
If not set, then gtk3 will show the image if there is no text, but only the text if there's an image. For simplicity sake just enforce it as true if an image is referenced. Change-Id: Id4bb9140ba83e7e07e0d8ec5e3c29aece49b9087 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125200 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/uiconfig/ui/applycolpage.ui4
-rw-r--r--dbaccess/uiconfig/ui/dbaseindexdialog.ui4
2 files changed, 8 insertions, 0 deletions
diff --git a/dbaccess/uiconfig/ui/applycolpage.ui b/dbaccess/uiconfig/ui/applycolpage.ui
index dd7b5ab71e6c..cfcb23259c8f 100644
--- a/dbaccess/uiconfig/ui/applycolpage.ui
+++ b/dbaccess/uiconfig/ui/applycolpage.ui
@@ -159,6 +159,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image2</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -172,6 +173,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image1</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -185,6 +187,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image3</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -198,6 +201,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image4</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">False</property>
diff --git a/dbaccess/uiconfig/ui/dbaseindexdialog.ui b/dbaccess/uiconfig/ui/dbaseindexdialog.ui
index 06349d7de9ef..644a4e1c9ad7 100644
--- a/dbaccess/uiconfig/ui/dbaseindexdialog.ui
+++ b/dbaccess/uiconfig/ui/dbaseindexdialog.ui
@@ -298,6 +298,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image1</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -311,6 +312,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image2</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -324,6 +326,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image3</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -337,6 +340,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image4</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">False</property>