diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2009-05-20 14:35:02 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2009-05-20 14:35:02 +0200 |
commit | e1b6d1a619aa8f75510d5b1812fe68459fb01578 (patch) | |
tree | 6ba790734eb4068cf0b1fe25dd743f7fcf9fd252 /ui/todolist.glade | |
parent | 40204e2d53fb9212a00bff4cb56cf0d0c11da70f (diff) | |
download | todolist-e1b6d1a619aa8f75510d5b1812fe68459fb01578.tar.gz todolist-e1b6d1a619aa8f75510d5b1812fe68459fb01578.tar.xz todolist-e1b6d1a619aa8f75510d5b1812fe68459fb01578.zip |
added date/time functionality
named date and time input fields
save date/time
default date/time to -1
Diffstat (limited to 'ui/todolist.glade')
-rw-r--r-- | ui/todolist.glade | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ui/todolist.glade b/ui/todolist.glade index 26adac2..0548f2c 100644 --- a/ui/todolist.glade +++ b/ui/todolist.glade @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> -<!--Generated with glade3 3.4.5 on Wed May 20 00:19:39 2009 --> +<!--Generated with glade3 3.4.5 on Wed May 20 13:13:43 2009 --> <glade-interface> <widget class="GtkWindow" id="main_window"> <property name="title" translatable="yes">ToDo</property> @@ -425,10 +425,10 @@ <property name="visible">True</property> <property name="spacing">3</property> <child> - <widget class="GtkSpinButton" id="spinbutton1"> + <widget class="GtkSpinButton" id="hour_field"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="adjustment">12 0 23 1 10 10</property> + <property name="adjustment">12 0 23 1 10 0</property> <property name="wrap">True</property> </widget> <packing> @@ -449,10 +449,10 @@ </packing> </child> <child> - <widget class="GtkSpinButton" id="spinbutton2"> + <widget class="GtkSpinButton" id="minute_field"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="adjustment">0 0 59 5 15 15</property> + <property name="adjustment">0 0 59 5 15 0</property> <property name="wrap">True</property> </widget> <packing> @@ -485,7 +485,7 @@ <property name="receives_default">True</property> <property name="label" translatable="yes">gtk-cancel</property> <property name="use_stock">True</property> - <property name="response_id">1</property> + <property name="response_id">0</property> </widget> </child> <child> |