aboutdialog: Set icon-size for the logo

Make it explicit that we want large icons here.
This commit is contained in:
Matthias Clasen
2021-01-11 17:49:08 -05:00
parent 1d40750a60
commit beeedb5141

View File

@@ -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>