[hotssh] window: Fix headerbar item positions
- From: Yosef Or Boczko <yoseforb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hotssh] window: Fix headerbar item positions
- Date: Tue, 7 Jan 2014 23:42:49 +0000 (UTC)
commit c7815dedeca0c16532d47f5b692606a2bf3d9634
Author: Yosef Or Boczko <yoseforb gmail com>
Date: Tue Jan 7 23:22:01 2014 +0200
window: Fix headerbar item positions
https://bugzilla.gnome.org/show_bug.cgi?id=721735
src/window.ui | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/window.ui b/src/window.ui
index 301fe7d..61bafad 100644
--- a/src/window.ui
+++ b/src/window.ui
@@ -16,16 +16,16 @@
<class name="titlebar"/>
</style>
<child>
- <object class="GtkButton" id="new_tab">
+ <object class="GtkMenuButton" id="gears">
<property name="visible">True</property>
<property name="valign">center</property>
<style>
<class name="image-button"/>
</style>
<child>
- <object class="GtkImage" id="new-tab-icon">
+ <object class="GtkImage" id="gears-icon">
<property name="visible">True</property>
- <property name="icon-name">tab-new-symbolic</property>
+ <property name="icon-name">emblem-system-symbolic</property>
<property name="icon-size">1</property>
</object>
</child>
@@ -35,16 +35,16 @@
</packing>
</child>
<child>
- <object class="GtkMenuButton" id="gears">
+ <object class="GtkButton" id="new_tab">
<property name="visible">True</property>
<property name="valign">center</property>
<style>
<class name="image-button"/>
</style>
<child>
- <object class="GtkImage" id="gears-icon">
+ <object class="GtkImage" id="new-tab-icon">
<property name="visible">True</property>
- <property name="icon-name">emblem-system-symbolic</property>
+ <property name="icon-name">tab-new-symbolic</property>
<property name="icon-size">1</property>
</object>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]