[gnome-disk-utility/wip/mdraid] Ensure buttons in drive button box are square
- From: David Zeuthen <davidz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility/wip/mdraid] Ensure buttons in drive button box are square
- Date: Thu, 20 Sep 2012 22:24:51 +0000 (UTC)
commit 7e89b65ae29b69603d4220e3ee9ce8037fe0fe46
Author: David Zeuthen <zeuthen gmail com>
Date: Thu Sep 20 18:24:20 2012 -0400
Ensure buttons in drive button box are square
This was requested in https://bugzilla.gnome.org/show_bug.cgi?id=681626
Signed-off-by: David Zeuthen <zeuthen gmail com>
data/ui/disks.ui | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/data/ui/disks.ui b/data/ui/disks.ui
index 1855ece..982888f 100644
--- a/data/ui/disks.ui
+++ b/data/ui/disks.ui
@@ -530,6 +530,8 @@
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">Eject media</property>
<property name="pixel_size">16</property>
+ <property name="margin_top">5</property>
+ <property name="margin_bottom">5</property>
<property name="icon_name">media-eject-symbolic</property>
</object>
</child>
@@ -557,6 +559,8 @@
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">Start RAID Array</property>
<property name="pixel_size">16</property>
+ <property name="margin_top">5</property>
+ <property name="margin_bottom">5</property>
<property name="icon_name">media-playback-start-symbolic</property>
</object>
</child>
@@ -584,6 +588,8 @@
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">Stop RAID Array</property>
<property name="pixel_size">16</property>
+ <property name="margin_top">5</property>
+ <property name="margin_bottom">5</property>
<property name="icon_name">media-playback-stop-symbolic</property>
</object>
</child>
@@ -611,7 +617,9 @@
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">More actions...</property>
<property name="pixel_size">16</property>
- <property name="icon_name">system-run-symbolic</property>
+ <property name="margin_top">5</property>
+ <property name="margin_bottom">5</property>
+ <property name="icon_name">emblem-system-symbolic</property>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]