summaryrefslogtreecommitdiff
path: root/src/plugins/task-lists-workspace/gtd-sidebar-panel-row.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/task-lists-workspace/gtd-sidebar-panel-row.ui')
-rw-r--r--src/plugins/task-lists-workspace/gtd-sidebar-panel-row.ui34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/plugins/task-lists-workspace/gtd-sidebar-panel-row.ui b/src/plugins/task-lists-workspace/gtd-sidebar-panel-row.ui
new file mode 100644
index 0000000..5722bd8
--- /dev/null
+++ b/src/plugins/task-lists-workspace/gtd-sidebar-panel-row.ui
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <requires lib="gtk+" version="3.20"/>
+ <template class="GtdSidebarPanelRow" parent="GtkListBoxRow">
+ <property name="can_focus">1</property>
+ <child>
+ <object class="GtkBox">
+ <property name="margin-top">12</property>
+ <property name="margin-bottom">12</property>
+ <property name="margin-start">6</property>
+ <property name="margin-end">6</property>
+ <property name="spacing">12</property>
+ <child>
+ <object class="GtkImage" id="panel_icon"/>
+ </child>
+ <child>
+ <object class="GtkLabel" id="title_label">
+ <property name="hexpand">1</property>
+ <property name="xalign">0</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkLabel" id="subtitle_label">
+ <property name="xalign">1.0</property>
+ <style>
+ <class name="caption"/>
+ <class name="dim-label"/>
+ </style>
+ </object>
+ </child>
+ </object>
+ </child>
+ </template>
+</interface>