about summary refs log tree commit diff
path: root/src/gtk
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2022-05-25 18:04:09 +0300
committerRicky Kresslein <rk@lakoliu.com>2022-05-25 18:04:09 +0300
commit83662127288b20585bf6575386ad6dc7eed50f3e (patch)
tree0adf0d3f11a54154d183244f4282d0822e9f967f /src/gtk
parentc034afed4ed976b22365e7f28eb0c5c21bfbaa59 (diff)
downloadFurtherance-83662127288b20585bf6575386ad6dc7eed50f3e.tar.zst
Update name of task group
Diffstat (limited to 'src/gtk')
-rwxr-xr-xsrc/gtk/task_details.ui27
1 files changed, 21 insertions, 6 deletions
diff --git a/src/gtk/task_details.ui b/src/gtk/task_details.ui
index 003036b..6febe75 100755
--- a/src/gtk/task_details.ui
+++ b/src/gtk/task_details.ui
@@ -49,12 +49,27 @@
                         <property name="margin-top">48</property>
                         <property name="tightening-threshold">200</property>
                         <child>
-                          <object class="GtkLabel" id="task_name_label">
-                            <property name="wrap">True</property>
-                            <property name="justify">center</property>
-                            <property name="ellipsize">end</property>
-                            <property name="lines">3</property>
-                            <property name="wrap-mode">word-char</property>
+                          <object class="GtkBox" id="task_name_box">
+                            <property name="spacing">9</property>
+                            <property name="halign">center</property>
+                            <child>
+                              <object class="GtkLabel" id="task_name_label">
+                                <property name="wrap">True</property>
+                                <property name="justify">center</property>
+                                <property name="ellipsize">end</property>
+                                <property name="lines">3</property>
+                                <property name="wrap-mode">word-char</property>
+                              </object>
+                            </child>
+                            <child>
+                              <object class="GtkButton" id="edit_task_names_btn">
+                                <property name="icon-name">text-editor-symbolic</property>
+                                <property name="valign">center</property>
+                                <style>
+                                  <class name="circular"/>
+                                </style>
+                              </object>
+                            </child>
                           </object>
                         </child>
                       </object>