summaryrefslogtreecommitdiff
path: root/src/plugins/properties/properties.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/properties/properties.ui')
-rw-r--r--src/plugins/properties/properties.ui12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/plugins/properties/properties.ui b/src/plugins/properties/properties.ui
index 86387f451..6e77bad56 100644
--- a/src/plugins/properties/properties.ui
+++ b/src/plugins/properties/properties.ui
@@ -2,17 +2,23 @@
<!-- Generated with glade 3.20.0 -->
<interface>
<requires lib="gtk+" version="3.11"/>
- <template class="BaconVideoWidgetProperties" parent="GtkDialog">
+ <template class="BaconVideoWidgetProperties" parent="HdyWindow">
<property name="visible">False</property>
- <property name="title" translatable="yes">Properties</property>
<property name="destroy-with-parent">True</property>
<property name="modal">True</property>
- <child internal-child="vbox">
+ <child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<child>
+ <object class="HdyHeaderBar">
+ <property name="visible">True</property>
+ <property name="title" translatable="yes">Properties</property>
+ <property name="show-close-button">True</property>
+ </object>
+ </child>
+ <child>
<object class="GtkScrolledWindow" id="sw_properties">
<property name="visible">true</property>
<property name="vexpand">true</property>