diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-06-11 07:53:19 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-06-11 07:53:19 +0300 |
commit | 2e25f23cd9d5ba2a90021c4daffbf9395fec8fb7 (patch) | |
tree | 667ea36fe67385ac6c83fe626db87d9ce0e58fdf | |
parent | 43ec33f4abe663917c08e81b67f0decb7153481e (diff) | |
download | Furtherance-2e25f23cd9d5ba2a90021c4daffbf9395fec8fb7.tar.zst |
Center task name if no tags
-rwxr-xr-x | src/gtk/task_row.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtk/task_row.ui b/src/gtk/task_row.ui index 7184bc3..932b7f8 100755 --- a/src/gtk/task_row.ui +++ b/src/gtk/task_row.ui @@ -16,6 +16,7 @@ <object class="GtkBox"> <property name="orientation">vertical</property> <property name="spacing">3</property> + <property name="valign">center</property> <child> <object class="GtkLabel" id="task_name_label"> <property name="halign">start</property> |