diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-01-11 17:49:08 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-01-11 17:50:05 -0500 |
commit | beeedb51419c5dddd9e3bdfe4553531e7373b79e (patch) | |
tree | 90b69f70bc9cdbc5293000a4e8fa3987be8bfe60 | |
parent | 1d40750a6045c2c03250d5594e30ef3773c9c32a (diff) | |
download | gtk+-beeedb51419c5dddd9e3bdfe4553531e7373b79e.tar.gz |
aboutdialog: Set icon-size for the logo
Make it explicit that we want large icons here.
-rw-r--r-- | gtk/ui/gtkaboutdialog.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/ui/gtkaboutdialog.ui b/gtk/ui/gtkaboutdialog.ui index bd69376d6a..5382941c81 100644 --- a/gtk/ui/gtkaboutdialog.ui +++ b/gtk/ui/gtkaboutdialog.ui @@ -35,6 +35,7 @@ <child> <object class="GtkImage" id="logo_image"> <property name="icon-name">image-missing</property> + <property name="icon-size">large</property> <style> <class name="icon-dropshadow"/> </style> |