summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-01-11 17:49:08 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-01-11 17:50:05 -0500
commitbeeedb51419c5dddd9e3bdfe4553531e7373b79e (patch)
tree90b69f70bc9cdbc5293000a4e8fa3987be8bfe60
parent1d40750a6045c2c03250d5594e30ef3773c9c32a (diff)
downloadgtk+-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.ui1
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>