summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2020-07-18 14:47:35 +0200
committerJens Georg <mail@jensge.org>2020-07-18 14:47:35 +0200
commit25b7b3621f6c440309f8683cc4ba152dc6960cb4 (patch)
tree98c41848928ac1423dec9ee9faae3a42167e77ef /data
parent4a7b3ca23ee2ed340547119bcc398e888d5c749e (diff)
downloadgupnp-tools-25b7b3621f6c440309f8683cc4ba152dc6960cb4.tar.gz
av-cp: Use headerbars in search dialog
Diffstat (limited to 'data')
-rw-r--r--data/search-dialog.ui8
1 files changed, 7 insertions, 1 deletions
diff --git a/data/search-dialog.ui b/data/search-dialog.ui
index 3b5f7eb..453158e 100644
--- a/data/search-dialog.ui
+++ b/data/search-dialog.ui
@@ -22,6 +22,9 @@
<property name="default_width">400</property>
<property name="default_height">300</property>
<property name="type_hint">dialog</property>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
<child internal-child="vbox">
<object class="GtkBox">
<property name="can_focus">False</property>
@@ -32,7 +35,7 @@
<property name="can_focus">False</property>
<property name="layout_style">end</property>
<child>
- <object class="GtkButton">
+ <object class="GtkButton" id="button1">
<property name="label" translatable="yes">_Close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -126,5 +129,8 @@
</child>
</object>
</child>
+ <action-widgets>
+ <action-widget response="-7">button1</action-widget>
+ </action-widgets>
</template>
</interface>