diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-03-17 09:01:02 +0100 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-03-17 09:01:02 +0100 |
commit | 917748d474e98c945ac0ef0347bc4dc3925b89c3 (patch) | |
tree | bc0cf279ea17cacd1e96b6b2f8a2d10890db987b /src/gtk | |
parent | 9e9ddca690ca16d03c44ea9c8a312320bb6eba34 (diff) | |
download | Furtherance-917748d474e98c945ac0ef0347bc4dc3925b89c3.tar.zst |
- Bug fix: Changing a task date now moves it immediately
- Spaces before single digit dates are now zeroes - Moved 'Delete history' above 'About' in menu - Task input selected by default
Diffstat (limited to 'src/gtk')
-rwxr-xr-x | src/gtk/window.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gtk/window.ui b/src/gtk/window.ui index d6c5311..7ac6b01 100755 --- a/src/gtk/window.ui +++ b/src/gtk/window.ui @@ -83,13 +83,13 @@ <attribute name="action">app.preferences</attribute> </item> <item> - <attribute name="label" translatable="yes">_About Furtherance</attribute> - <attribute name="action">app.about</attribute> - </item> - <item> <attribute name="label" translatable="yes">_Delete history</attribute> <attribute name="action">app.delete-history</attribute> </item> + <item> + <attribute name="label" translatable="yes">_About Furtherance</attribute> + <attribute name="action">app.about</attribute> + </item> </section> </menu> </interface> |