aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify/alarm-notify.ui
diff options
context:
space:
mode:
authorChris Hemsing <C.Hemsing@gmx.net>2011-02-18 20:47:01 +0800
committerMilan Crha <mcrha@redhat.com>2011-02-18 20:47:01 +0800
commit21147b292a387e18b8598b50f4d78a91d56e5684 (patch)
treeabfb5f1cab342dd3b97c5ff8ca4533d7ab758559 /calendar/gui/alarm-notify/alarm-notify.ui
parentc4c8f03b0abf6bda8ebbbcce520fa4ee4ed73c29 (diff)
downloadgsoc2013-evolution-21147b292a387e18b8598b50f4d78a91d56e5684.tar
gsoc2013-evolution-21147b292a387e18b8598b50f4d78a91d56e5684.tar.gz
gsoc2013-evolution-21147b292a387e18b8598b50f4d78a91d56e5684.tar.bz2
gsoc2013-evolution-21147b292a387e18b8598b50f4d78a91d56e5684.tar.lz
gsoc2013-evolution-21147b292a387e18b8598b50f4d78a91d56e5684.tar.xz
gsoc2013-evolution-21147b292a387e18b8598b50f4d78a91d56e5684.tar.zst
gsoc2013-evolution-21147b292a387e18b8598b50f4d78a91d56e5684.zip
Bug #639043 - Alarm notify snooze time not properly adjustable
Diffstat (limited to 'calendar/gui/alarm-notify/alarm-notify.ui')
-rw-r--r--calendar/gui/alarm-notify/alarm-notify.ui47
1 files changed, 40 insertions, 7 deletions
diff --git a/calendar/gui/alarm-notify/alarm-notify.ui b/calendar/gui/alarm-notify/alarm-notify.ui
index 181c381aee..bb418ab569 100644
--- a/calendar/gui/alarm-notify/alarm-notify.ui
+++ b/calendar/gui/alarm-notify/alarm-notify.ui
@@ -3,13 +3,18 @@
<!-- interface-requires gtk+ 2.12 -->
<!-- interface-naming-policy toplevel-contextual -->
<object class="GtkAdjustment" id="adjustment1">
- <property name="upper">12</property>
+ <property name="upper">65535</property>
<property name="step_increment">1</property>
<property name="page_increment">5</property>
</object>
<object class="GtkAdjustment" id="adjustment2">
+ <property name="upper">65535</property>
+ <property name="step_increment">1</property>
+ <property name="page_increment">5</property>
+ </object>
+ <object class="GtkAdjustment" id="adjustment3">
+ <property name="upper">65535</property>
<property name="value">5</property>
- <property name="upper">59</property>
<property name="step_increment">1</property>
<property name="page_increment">10</property>
</object>
@@ -177,7 +182,7 @@
<property name="visible">True</property>
<property name="spacing">6</property>
<child>
- <object class="GtkSpinButton" id="snooze-time-hrs">
+ <object class="GtkSpinButton" id="snooze-time-days">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">&#x25CF;</property>
@@ -191,9 +196,9 @@
</packing>
</child>
<child>
- <object class="GtkLabel" id="hrs-label">
+ <object class="GtkLabel" id="days-label">
<property name="visible">True</property>
- <property name="label" translatable="yes">hours</property>
+ <property name="label" translatable="yes">days</property>
</object>
<packing>
<property name="expand">False</property>
@@ -201,8 +206,9 @@
<property name="position">1</property>
</packing>
</child>
+
<child>
- <object class="GtkSpinButton" id="snooze-time-min">
+ <object class="GtkSpinButton" id="snooze-time-hrs">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">&#x25CF;</property>
@@ -216,6 +222,33 @@
</packing>
</child>
<child>
+ <object class="GtkLabel" id="hrs-label">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">hours</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">3</property>
+ </packing>
+ </child>
+
+
+ <child>
+ <object class="GtkSpinButton" id="snooze-time-min">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="invisible_char">&#x25CF;</property>
+ <property name="adjustment">adjustment3</property>
+ <property name="climb_rate">1</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">4</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkLabel" id="minutes-label">
<property name="visible">True</property>
<property name="label" translatable="yes">minutes</property>
@@ -223,7 +256,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
- <property name="position">3</property>
+ <property name="position">5</property>
</packing>
</child>
</object>