[gnome-boxes] display-page: Use more appr. icon for properties
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] display-page: Use more appr. icon for properties
- Date: Tue, 26 Feb 2013 12:49:49 +0000 (UTC)
commit edc0ca936698dcf8de4df3fcb6150cf72109e6d0
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Sun Feb 24 14:35:23 2013 +0100
display-page: Use more appr. icon for properties
During GNOME Docs hackfest 2013 in Brno, Ekaterina pointed out that
properties icon is just a 'squigly line' and is totally unintuitive.
Everyone agreed.
Looking at the mockups, I think we are supposed to use
'preferences-system-symbolic' here:
https://github.com/gnome-design-team/gnome-mockups/blob/master/boxes/boxes-fullscreen.png
https://bugzilla.gnome.org/show_bug.cgi?id=694586
src/display-page.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/display-page.vala b/src/display-page.vala
index 80e6c1c..1a706f9 100644
--- a/src/display-page.vala
+++ b/src/display-page.vala
@@ -37,7 +37,7 @@ private class Boxes.DisplayToolbar: Gd.MainToolbar {
});
fullscreen.clicked.connect ((button) => { App.app.fullscreen = !App.app.fullscreen; });
- var props = add_image_button ("utilities-system-monitor-symbolic", false);
+ var props = add_image_button ("preferences-system-symbolic", false);
props.clicked.connect ((button) => { App.app.ui_state = UIState.PROPERTIES; });
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]