[gnome-boxes] display-toolbar: Place fullscreen button before others
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] display-toolbar: Place fullscreen button before others
- Date: Fri, 12 Dec 2014 19:04:32 +0000 (UTC)
commit 633b0a02a2163d4ae1aa0027eec293fb2963e95b
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Fri Dec 12 18:57:57 2014 +0000
display-toolbar: Place fullscreen button before others
As per mockup (and to be consistend with other apps), fullscreen button
comes before other buttons.
data/ui/display-toolbar.ui | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/data/ui/display-toolbar.ui b/data/ui/display-toolbar.ui
index 79ae7f5..5f3b645 100644
--- a/data/ui/display-toolbar.ui
+++ b/data/ui/display-toolbar.ui
@@ -40,19 +40,17 @@
</style>
<child>
- <object class="GtkButton" id="fullscreen">
+ <object class="GtkMenuButton" id="menu_button">
<property name="visible">True</property>
<property name="valign">center</property>
- <property name="use-underline">True</property>
- <signal name="clicked" handler="on_fullscreen_clicked"/>
<style>
<class name="image-button"/>
</style>
<child>
- <object class="GtkImage" id="fullscreen_image">
+ <object class="GtkImage" id="props_image">
<property name="visible">True</property>
- <property name="icon-name">view-fullscreen-symbolic</property>
+ <property name="icon-name">open-menu-symbolic</property>
<property name="icon-size">1</property>
</object>
</child>
@@ -64,7 +62,7 @@
</child>
<child>
- <object class="GtkMenuButton" id="menu_button">
+ <object class="GtkMenuButton" id="keys_menu_button">
<property name="visible">True</property>
<property name="valign">center</property>
<style>
@@ -72,9 +70,9 @@
</style>
<child>
- <object class="GtkImage" id="props_image">
+ <object class="GtkImage" id="keyboard_image">
<property name="visible">True</property>
- <property name="icon-name">open-menu-symbolic</property>
+ <property name="icon-name">input-keyboard-symbolic</property>
<property name="icon-size">1</property>
</object>
</child>
@@ -86,17 +84,19 @@
</child>
<child>
- <object class="GtkMenuButton" id="keys_menu_button">
+ <object class="GtkButton" id="fullscreen">
<property name="visible">True</property>
<property name="valign">center</property>
+ <property name="use-underline">True</property>
+ <signal name="clicked" handler="on_fullscreen_clicked"/>
<style>
<class name="image-button"/>
</style>
<child>
- <object class="GtkImage" id="keyboard_image">
+ <object class="GtkImage" id="fullscreen_image">
<property name="visible">True</property>
- <property name="icon-name">input-keyboard-symbolic</property>
+ <property name="icon-name">view-fullscreen-symbolic</property>
<property name="icon-size">1</property>
</object>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]