forked from AuroraMiddleware/gtk
GtkSearchBar: fix the template
There was a mismatch between GtkSearchBar being derived from GtkBin and the template claiming the parent to be GtkBox.
This commit is contained in:
parent
4d36fab72a
commit
ff87672780
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface domain="gtk30">
|
||||
<!-- interface-requires gtk+ 3.10 -->
|
||||
<template class="GtkSearchBar" parent="GtkBox">
|
||||
<template class="GtkSearchBar" parent="GtkBin">
|
||||
<property name="app_paintable">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
|
Loading…
Reference in New Issue
Block a user