summaryrefslogtreecommitdiff
path: root/src/gui/gcal-search-hit-row.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gcal-search-hit-row.ui')
-rw-r--r--src/gui/gcal-search-hit-row.ui53
1 files changed, 0 insertions, 53 deletions
diff --git a/src/gui/gcal-search-hit-row.ui b/src/gui/gcal-search-hit-row.ui
deleted file mode 100644
index 23b0c0ea..00000000
--- a/src/gui/gcal-search-hit-row.ui
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<interface>
- <template class="GcalSearchHitRow" parent="GtkListBoxRow">
-
- <child>
- <object class="GtkBox">
-
- <child>
- <object class="GtkImage" id="image">
- <property name="valign">center</property>
- <property name="hexpand">False</property>
- <property name="icon-size">normal</property>
- <style>
- <class name="title"/>
- </style>
- </object>
- </child>
-
- <child>
- <object class="GtkLabel" id="title">
- <property name="use-markup">True</property>
- <property name="ellipsize">end</property>
- <property name="xalign">0.0</property>
- <property name="max-width-chars">40</property>
- </object>
- </child>
-
- <child>
- <object class="GtkLabel" id="separator">
- <property name="label">—</property>
- <style>
- <class name="dim-label"/>
- </style>
- </object>
- </child>
-
- <child>
- <object class="GtkLabel" id="subtitle">
- <property name="hexpand">True</property>
- <property name="use-markup">True</property>
- <property name="ellipsize">end</property>
- <property name="xalign">0.0</property>
- <style>
- <class name="subtitle"/>
- </style>
- </object>
- </child>
-
- </object>
- </child>
-
- </template>
-</interface>