[gnome-system-monitor] Fix headerbar item positions
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-system-monitor] Fix headerbar item positions
- Date: Thu, 9 Jan 2014 09:58:42 +0000 (UTC)
commit aa9f9eb04e05037a2eede9624ec4b5155b16a35d
Author: Yosef Or Boczko <yoseforb gmail com>
Date: Tue Jan 7 23:13:58 2014 +0200
Fix headerbar item positions
https://bugzilla.gnome.org/show_bug.cgi?id=721734
data/interface.ui | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/data/interface.ui b/data/interface.ui
index 53ad67b..a672f14 100644
--- a/data/interface.ui
+++ b/data/interface.ui
@@ -21,18 +21,19 @@
</object>
</child>
<child>
- <object class="GtkToggleButton" id="search_button">
+ <object class="GtkMenuButton" id="process_menu_button">
<property name="visible">True</property>
+ <property name="can_focus">True</property>
<property name="valign">center</property>
- <property name="action_name">win.search</property>
+ <property name="halign">end</property>
<style>
<class name="image-button"/>
</style>
<child>
- <object class="GtkImage" id="search_image">
+ <object class="GtkImage" id="menu_button_image">
<property name="visible">True</property>
<property name="icon_size">1</property>
- <property name="icon_name">edit-find-symbolic</property>
+ <property name="icon_name">emblem-system-symbolic</property>
</object>
</child>
</object>
@@ -41,19 +42,18 @@
</packing>
</child>
<child>
- <object class="GtkMenuButton" id="process_menu_button">
+ <object class="GtkToggleButton" id="search_button">
<property name="visible">True</property>
- <property name="can_focus">True</property>
<property name="valign">center</property>
- <property name="halign">end</property>
+ <property name="action_name">win.search</property>
<style>
<class name="image-button"/>
</style>
<child>
- <object class="GtkImage" id="menu_button_image">
+ <object class="GtkImage" id="search_image">
<property name="visible">True</property>
<property name="icon_size">1</property>
- <property name="icon_name">emblem-system-symbolic</property>
+ <property name="icon_name">edit-find-symbolic</property>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]