summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Davis <christopherdavis@gnome.org>2022-02-15 13:49:31 -0800
committerChristopher Davis <christopherdavis@gnome.org>2022-02-15 13:49:31 -0800
commite4cb22d5c9baaf75b6d8e3452bbe689c3d81a3c0 (patch)
tree4aea9c91b13a95b1e39632d150709eef21f52d51
parent088d8e1b130997ca80cc469050a0796bac6b8fa2 (diff)
downloadbaobab-e4cb22d5c9baaf75b6d8e3452bbe689c3d81a3c0.tar.gz
window: Make spinner 64x64
Closes https://gitlab.gnome.org/GNOME/baobab/-/issues/66
-rw-r--r--data/ui/baobab-main-window.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/ui/baobab-main-window.ui b/data/ui/baobab-main-window.ui
index 8062e29..9885a43 100644
--- a/data/ui/baobab-main-window.ui
+++ b/data/ui/baobab-main-window.ui
@@ -323,8 +323,8 @@
</child>
<child>
<object class="GtkSpinner" id="spinner">
- <property name="width_request">128</property>
- <property name="height_request">128</property>
+ <property name="width_request">64</property>
+ <property name="height_request">64</property>
<property name="halign">GTK_ALIGN_CENTER</property>
<property name="valign">GTK_ALIGN_CENTER</property>
</object>