forked from AuroraMiddleware/gtk
Fix oversights in templates
Some of our templates were not setting the domain attribute on the <interface> element.
This commit is contained in:
parent
3c2a759c21
commit
8695cf3c5a
@ -1,4 +1,5 @@
|
|||||||
<interface>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<interface domain="gtk30">
|
||||||
<menu id='app-menu'>
|
<menu id='app-menu'>
|
||||||
<section>
|
<section>
|
||||||
<item>
|
<item>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<interface>
|
<interface domain="gtk30">
|
||||||
<!-- interface-requires gtk+ 3.10 -->
|
<!-- interface-requires gtk+ 3.10 -->
|
||||||
<template class="GtkFileChooserDialog" parent="GtkDialog">
|
<template class="GtkFileChooserDialog" parent="GtkDialog">
|
||||||
<property name="role">GtkFileChooserDialog</property>
|
<property name="role">GtkFileChooserDialog</property>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<interface>
|
<interface domain="gtk30">
|
||||||
<requires lib="gtk+" version="3.16"/>
|
<requires lib="gtk+" version="3.16"/>
|
||||||
<object class="GtkListStore" id="completion_store">
|
<object class="GtkListStore" id="completion_store">
|
||||||
<columns>
|
<columns>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<interface>
|
<interface domain="gtk30">
|
||||||
<requires lib="gtk+" version="3.16"/>
|
<requires lib="gtk+" version="3.16"/>
|
||||||
<template class="GtkPlacesViewRow" parent="GtkListBoxRow">
|
<template class="GtkPlacesViewRow" parent="GtkListBoxRow">
|
||||||
<property name="width_request">100</property>
|
<property name="width_request">100</property>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<interface>
|
<interface domain="gtk30">
|
||||||
<template class="GtkSidebarRow" parent="GtkListBoxRow">
|
<template class="GtkSidebarRow" parent="GtkListBoxRow">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="margin-top">1</property>
|
<property name="margin-top">1</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user