diff options
author | r3pll <106473215+r3pll@users.noreply.github.com> | 2022-06-07 16:22:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-07 16:22:00 +0300 |
commit | 6d4418374bf6b53e4d771cd24c528e345838acaa (patch) | |
tree | 7d740d91bb71b0c9533938bcfc51643349c03a63 /src/gtk/task_row.ui | |
parent | 02c76729565c06cfeaa0b1029bc9768cd3b46d7d (diff) | |
parent | f2c00a5f7da46d807b4f8a1c616ac9d98e264dac (diff) | |
download | Furtherance-6d4418374bf6b53e4d771cd24c528e345838acaa.tar.zst |
Merge pull request #2 from lakoliu/main
2
Diffstat (limited to 'src/gtk/task_row.ui')
-rwxr-xr-x | src/gtk/task_row.ui | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/src/gtk/task_row.ui b/src/gtk/task_row.ui index f5de3a5..7184bc3 100755 --- a/src/gtk/task_row.ui +++ b/src/gtk/task_row.ui @@ -4,8 +4,8 @@ <child> <object class="GtkBox" id="row_box"> <property name="orientation">horizontal</property> - <property name="margin_top">10</property> - <property name="margin_bottom">10</property> + <property name="margin_top">5</property> + <property name="margin_bottom">5</property> <property name="margin_end">12</property> <property name="margin_start">12</property> <property name="hexpand">True</property> @@ -40,13 +40,23 @@ </object> </child> <child> - <object class="GtkLabel" id="total_time_label"> + <object class="GtkBox"> <property name="halign">end</property> - <property name="label" translatable="yes">Time</property> - <property name="single_line_mode">True</property> - <style> - <class name="numeric"/> - </style> + <child> + <object class="GtkLabel" id="total_time_label"> + <property name="label" translatable="yes">Time</property> + <property name="single_line_mode">True</property> + <style> + <class name="numeric"/> + </style> + </object> + </child> + <child> + <object class="GtkButton" id="restart_task_btn"> + <property name="icon-name">view-refresh-symbolic</property> + <property name="has-frame">false</property> + </object> + </child> </object> </child> </object> |