about summary refs log tree commit diff
path: root/src/gtk/task_details.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtk/task_details.ui')
-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>