commit e6f2eeaf9b1f7c77990f77f39a029e1bac806df5 parent c80cc1d4a54bbf45ae359bd9b2b980d25546812a Author: Carlosokumu <carlosokumu254@gmail.com> Date: Tue, 31 Mar 2026 23:06:20 +0300 update placeholder to show supported time formats Diffstat:
| M | dummy/usawa/gui/views/create_entry_view.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dummy/usawa/gui/views/create_entry_view.py b/dummy/usawa/gui/views/create_entry_view.py @@ -165,7 +165,7 @@ class CreateEntryView(Gtk.Box): section_box.append(time_label) self.time_entry = Gtk.Entry() - self.time_entry.set_placeholder_text("HH:MM:SS") + self.time_entry.set_placeholder_text("H:MM or H:MM:SS") section_box.append(self.time_entry) # Amount