diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2025-12-27 12:40:20 +0000 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2025-12-27 12:40:20 +0000 |
| commit | 5d8e439bc597159e3c9f0a8b65c0ae869dead3a8 (patch) | |
| tree | ed28aefed8add0da1c55c08fdf80b23c4346e0dc /src/plugins/task-lists-workspace/gtd-sidebar-provider-row.ui | |
Import Upstream version 43.0upstream/latest
Diffstat (limited to 'src/plugins/task-lists-workspace/gtd-sidebar-provider-row.ui')
| -rw-r--r-- | src/plugins/task-lists-workspace/gtd-sidebar-provider-row.ui | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/src/plugins/task-lists-workspace/gtd-sidebar-provider-row.ui b/src/plugins/task-lists-workspace/gtd-sidebar-provider-row.ui new file mode 100644 index 0000000..e97e318 --- /dev/null +++ b/src/plugins/task-lists-workspace/gtd-sidebar-provider-row.ui @@ -0,0 +1,74 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + <requires lib="gtk+" version="3.20"/> + <template class="GtdSidebarProviderRow" parent="GtkListBoxRow"> + <property name="can_focus">1</property> + <property name="selectable">0</property> + <property name="activatable">0</property> + <property name="margin_top">6</property> + <child> + <object class="GtkBox"> + <property name="margin_top">6</property> + <property name="spacing">3</property> + <property name="orientation">vertical</property> + <child> + <object class="GtkBox"> + <property name="margin_start">6</property> + <property name="margin_end">6</property> + <property name="spacing">12</property> + <child> + <object class="GtkLabel" id="provider_label"> + <property name="hexpand">1</property> + <property name="xalign">0.0</property> + <style> + <class name="caption-heading"/> + <class name="dim-label"/> + </style> + </object> + </child> + <child> + <object class="GtkStack" id="stack"> + <property name="transition-type">crossfade</property> + <child> + <object class="GtkStackPage"> + <property name="name">spinner</property> + <property name="child"> + <object class="GtkSpinner"> + <property name="spinning">true</property> + </object> + </property> + </object> + </child> + <child> + <object class="GtkStackPage"> + <property name="name">empty</property> + <property name="child"> + <object class="GtkBox"/> + </property> + </object> + </child> + </object> + </child> + </object> + </child> + <child> + <object class="GtkSeparator"/> + </child> + <child> + <object class="GtkLabel" id="loading_label"> + <property name="margin-start">6</property> + <property name="margin-end">6</property> + <property name="margin-top">6</property> + <property name="margin-bottom">12</property> + <property name="xalign">0.0</property> + <property name="label" translatable="yes">Loading…</property> + <style> + <class name="caption"/> + <class name="dim-label"/> + </style> + </object> + </child> + </object> + </child> + </template> +</interface> |
