diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-01-24 12:49:29 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-01-24 15:57:31 +0100 |
commit | 20a0356a7b389cbae723d5b302ffd3737677ac84 (patch) | |
tree | 43298cd63be26e32e709fdb878eac6801d6cc9b7 /dbaccess | |
parent | 2bec949e85dc058b2e9009b2b7eb03745a5be71b (diff) |
gtk3: set placeholder image in GtkButton in .ui
so the image+text layout is created by default
Change-Id: Id5e9801274ebaa9e9cfdddcfac628b83828342fc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128865
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/uiconfig/ui/generalpagewizard.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dbaccess/uiconfig/ui/generalpagewizard.ui b/dbaccess/uiconfig/ui/generalpagewizard.ui index 79ebee3bcce0..5abb1a7ec7c1 100644 --- a/dbaccess/uiconfig/ui/generalpagewizard.ui +++ b/dbaccess/uiconfig/ui/generalpagewizard.ui @@ -2,6 +2,11 @@ <!-- Generated with glade 3.38.2 --> <interface domain="dba"> <requires lib="gtk+" version="3.20"/> + <object class="GtkImage" id="image1"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <property name="icon-name">document-open</property> + </object> <!-- n-columns=1 n-rows=12 --> <object class="GtkGrid" id="PageGeneral"> <property name="visible">True</property> @@ -189,6 +194,8 @@ <property name="receives-default">True</property> <property name="halign">start</property> <property name="margin-start">24</property> + <property name="image">image1</property> + <property name="use-underline">True</property> <property name="always-show-image">True</property> <child internal-child="accessible"> <object class="AtkObject" id="openDatabase-atkobject"> |