24 lines
735 B
XML
24 lines
735 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright © 2020 Endless, Inc. -->
|
|
<interface domain="malcontent">
|
|
<requires lib="gtk+" version="3.12"/>
|
|
<template class="MctRestrictApplicationsSelector" parent="GtkBox">
|
|
<child>
|
|
<object class="GtkListBox" id="listbox">
|
|
<property name="hexpand">True</property>
|
|
<property name="selection-mode">none</property>
|
|
|
|
<child type="placeholder">
|
|
<object class="GtkLabel" id="placeholder">
|
|
<property name="label" translatable="yes">No applications found to restrict.</property>
|
|
</object>
|
|
</child>
|
|
|
|
<style>
|
|
<class name="content"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|