forked from AuroraMiddleware/gtk
Stop setting type hints for dialogs
This commit is contained in:
parent
ef9d7612f6
commit
2ae3b46ee9
@ -2,7 +2,6 @@
|
||||
<interface domain="gtk40">
|
||||
<template class="GtkAboutDialog" parent="GtkDialog">
|
||||
<property name="resizable">0</property>
|
||||
<property name="type-hint">dialog</property>
|
||||
<child internal-child="headerbar">
|
||||
<object class="GtkHeaderBar" id="headerbar1">
|
||||
<property name="show-title-buttons">1</property>
|
||||
|
@ -2,7 +2,6 @@
|
||||
<interface domain="gtk40">
|
||||
<template class="GtkAppChooserDialog" parent="GtkDialog">
|
||||
<property name="title" translatable="yes">Select Application</property>
|
||||
<property name="type-hint">dialog</property>
|
||||
<child internal-child="content_area">
|
||||
<object class="GtkBox" id="dialog-vbox1">
|
||||
<property name="orientation">vertical</property>
|
||||
|
@ -2,7 +2,6 @@
|
||||
<interface domain="gtk40">
|
||||
<template class="GtkColorChooserDialog" parent="GtkDialog">
|
||||
<property name="title" translatable="yes">Select a Color</property>
|
||||
<property name="type-hint">dialog</property>
|
||||
<property name="resizable">0</property>
|
||||
<child internal-child="content_area">
|
||||
<object class="GtkBox" id="dialog-vbox1">
|
||||
|
@ -1,7 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface domain="gtk40">
|
||||
<template class="GtkDialog" parent="GtkWindow">
|
||||
<property name="type-hint">dialog</property>
|
||||
<child type="titlebar">
|
||||
<object class="GtkHeaderBar" id="headerbar">
|
||||
<property name="show-title-buttons">1</property>
|
||||
|
@ -1,7 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface domain="gtk40">
|
||||
<template class="GtkFileChooserDialog" parent="GtkDialog">
|
||||
<property name="type-hint">dialog</property>
|
||||
<property name="default-width">600</property>
|
||||
<signal name="response" handler="response_cb" swapped="no"/>
|
||||
<child internal-child="content_area">
|
||||
|
@ -2,7 +2,6 @@
|
||||
<interface domain="gtk40">
|
||||
<template class="GtkFontChooserDialog" parent="GtkDialog">
|
||||
<property name="title" translatable="yes">Select Font</property>
|
||||
<property name="type-hint">dialog</property>
|
||||
<child internal-child="content_area">
|
||||
<object class="GtkBox" id="dialog-vbox1">
|
||||
<property name="orientation">vertical</property>
|
||||
|
@ -3,7 +3,6 @@
|
||||
<template class="GtkMessageDialog" parent="GtkDialog">
|
||||
<property name="title"></property>
|
||||
<property name="resizable">0</property>
|
||||
<property name="type-hint">dialog</property>
|
||||
<child internal-child="headerbar">
|
||||
<object class="GtkHeaderBar" id="headerbar1"/>
|
||||
</child>
|
||||
|
@ -19,7 +19,6 @@
|
||||
</object>
|
||||
<template class="GtkPageSetupUnixDialog" parent="GtkDialog">
|
||||
<property name="resizable">0</property>
|
||||
<property name="type-hint">dialog</property>
|
||||
<property name="title" translatable="yes">Page Setup</property>
|
||||
<child internal-child="content_area">
|
||||
<object class="GtkBox" id="dialog-vbox1">
|
||||
|
@ -37,7 +37,6 @@
|
||||
<property name="step-increment">1</property>
|
||||
</object>
|
||||
<template class="GtkPrintUnixDialog" parent="GtkDialog">
|
||||
<property name="type-hint">dialog</property>
|
||||
<signal name="notify::page-setup" handler="redraw_page_layout_preview" swapped="no"/>
|
||||
<signal name="response" handler="error_dialogs" swapped="no"/>
|
||||
<child internal-child="content_area">
|
||||
|
Loading…
Reference in New Issue
Block a user