[baobab] Make the spinner of a sensible size
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [baobab] Make the spinner of a sensible size
- Date: Sat, 28 Jul 2012 13:20:00 +0000 (UTC)
commit 3c71b9fd62d7cc76473cc592b49738733bf0768a
Author: Paolo Borelli <pborelli gnome org>
Date: Sat Jul 28 15:18:31 2012 +0200
Make the spinner of a sensible size
Use a 128x128 size request
src/baobab-main-window.ui | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/src/baobab-main-window.ui b/src/baobab-main-window.ui
index 9702ae7..af8077b 100644
--- a/src/baobab-main-window.ui
+++ b/src/baobab-main-window.ui
@@ -330,12 +330,10 @@
<object class="GtkSpinner" id="spinner">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="hexpand">True</property>
- <property name="vexpand">True</property>
- <property name="margin_left">24</property>
- <property name="margin_right">24</property>
- <property name="margin_top">24</property>
- <property name="margin_bottom">24</property>
+ <property name="width_request">128</property>
+ <property name="height_request">128</property>
+ <property name="halign">GTK_ALIGN_CENTER</property>
+ <property name="valign">GTK_ALIGN_CENTER</property>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]