summaryrefslogtreecommitdiffstats
path: root/src/gs-context-dialog-row.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gs-context-dialog-row.ui')
-rw-r--r--src/gs-context-dialog-row.ui20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/gs-context-dialog-row.ui b/src/gs-context-dialog-row.ui
new file mode 100644
index 0000000..47a78df
--- /dev/null
+++ b/src/gs-context-dialog-row.ui
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <requires lib="gtk+" version="3.10"/>
+ <template class="GsContextDialogRow" parent="AdwActionRow">
+ <property name="activatable">False</property>
+ <property name="focusable">False</property>
+
+ <child type="prefix">
+ <object class="GsLozenge" id="lozenge">
+ <property name="circular">True</property>
+ <property name="pixel-size">16</property>
+ <property name="margin-top">8</property>
+ <property name="margin-bottom">8</property>
+ <style>
+ <class name="grey"/>
+ </style>
+ </object>
+ </child>
+ </template>
+</interface>