[gnome-calendar] Create event popover: swap buttons' position.
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] Create event popover: swap buttons' position.
- Date: Thu, 10 Dec 2015 13:44:23 +0000 (UTC)
commit dc1a7f591b6caf08b097bc279bc610c362b7b157
Author: Haohong Wang <rubik361 gmail com>
Date: Thu Dec 10 20:27:48 2015 +0800
Create event popover: swap buttons' position.
In the create event popover, the Create button is considered to be the right-most button. Because create
is a positive action, it seems that it should be the default at the rightmost position.
Swaped create_button and details_button's left_attach arguments.
https://bugzilla.gnome.org/show_bug.cgi?id=747058
data/ui/window.ui | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/window.ui b/data/ui/window.ui
index 1926dd0..cb0429e 100644
--- a/data/ui/window.ui
+++ b/data/ui/window.ui
@@ -372,7 +372,7 @@
</style>
</object>
<packing>
- <property name="left_attach">0</property>
+ <property name="left_attach">1</property>
<property name="top_attach">2</property>
</packing>
</child>
@@ -385,7 +385,7 @@
<signal name="clicked" handler="create_event" object="GcalWindow" swapped="yes"/>
</object>
<packing>
- <property name="left_attach">1</property>
+ <property name="left_attach">0</property>
<property name="top_attach">2</property>
</packing>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]