diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-11-14 16:23:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-11-15 11:20:49 +0100 |
commit | fcf0d983801603250aa7ce4539951c6b049ad079 (patch) | |
tree | e1c7ec93cd507af0eac563d71d4772e977d577e3 /dbaccess | |
parent | 093eb46aea59c2359d122bc8d2c2a7411e9b8a23 (diff) |
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.ui | 4 | ||||
-rw-r--r-- | dbaccess/uiconfig/ui/dbaseindexdialog.ui | 4 |
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> |