diff options
Diffstat (limited to 'src/gtk')
-rw-r--r-- | src/gtk/preferences_window.ui | 15 | ||||
-rw-r--r-- | src/gtk/tasks_page.ui | 3 |
2 files changed, 18 insertions, 0 deletions
diff --git a/src/gtk/preferences_window.ui b/src/gtk/preferences_window.ui index 168d614..3b862c0 100644 --- a/src/gtk/preferences_window.ui +++ b/src/gtk/preferences_window.ui @@ -204,6 +204,21 @@ </child> </object> </child> + + <child> + <object class="AdwActionRow"> + <property name="title" translatable="yes">Inclusive total time</property> + <property name="use_underline">True</property> + <property name="activatable_widget">inclusive_total_switch</property> + <property name="subtitle" translatable="yes">Today's total time includes the ongoing timer</property> + <child> + <object class="GtkSwitch" id="inclusive_total_switch"> + <property name="valign">center</property> + </object> + </child> + </object> + </child> + </object> </child> <child> diff --git a/src/gtk/tasks_page.ui b/src/gtk/tasks_page.ui index dcd6513..6db6f92 100644 --- a/src/gtk/tasks_page.ui +++ b/src/gtk/tasks_page.ui @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> <template class="FurTasksPage" parent="AdwPreferencesPage"> + <style> + <class name="numeric"/> + </style> </template> </interface> |