Simplify our templates
This is applying the new property name simplification.
This commit is contained in:
@ -24,10 +24,10 @@
|
||||
</columns>
|
||||
</object>
|
||||
<template class="GtkPageSetupUnixDialog" parent="GtkDialog">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="border_width">5</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="border-width">5</property>
|
||||
<property name="resizable">False</property>
|
||||
<property name="type_hint">dialog</property>
|
||||
<property name="type-hint">dialog</property>
|
||||
<property name="title" translatable="yes">Page Setup</property>
|
||||
<child internal-child="vbox">
|
||||
<object class="GtkBox" id="dialog-vbox1">
|
||||
@ -36,21 +36,21 @@
|
||||
<child>
|
||||
<object class="GtkGrid" id="grid1">
|
||||
<property name="visible">1</property>
|
||||
<property name="border_width">5</property>
|
||||
<property name="row_spacing">6</property>
|
||||
<property name="column_spacing">12</property>
|
||||
<property name="border-width">5</property>
|
||||
<property name="row-spacing">6</property>
|
||||
<property name="column-spacing">12</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="printer_combo_label">
|
||||
<property name="visible">1</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="label" translatable="yes">_Format for:</property>
|
||||
<property name="use_underline">1</property>
|
||||
<property name="mnemonic_widget">printer_combo</property>
|
||||
<property name="use-underline">1</property>
|
||||
<property name="mnemonic-widget">printer_combo</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">0</property>
|
||||
<property name="left-attach">0</property>
|
||||
<property name="top-attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
@ -67,8 +67,8 @@
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">0</property>
|
||||
<property name="left-attach">1</property>
|
||||
<property name="top-attach">0</property>
|
||||
<property name="width">3</property>
|
||||
</packing>
|
||||
</child>
|
||||
@ -78,12 +78,12 @@
|
||||
<property name="halign">start</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="label" translatable="yes">_Paper size:</property>
|
||||
<property name="use_underline">1</property>
|
||||
<property name="mnemonic_widget">paper_size_combo</property>
|
||||
<property name="use-underline">1</property>
|
||||
<property name="mnemonic-widget">paper_size_combo</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">1</property>
|
||||
<property name="left-attach">0</property>
|
||||
<property name="top-attach">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
@ -97,8 +97,8 @@
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">1</property>
|
||||
<property name="left-attach">1</property>
|
||||
<property name="top-attach">1</property>
|
||||
<property name="width">3</property>
|
||||
</packing>
|
||||
</child>
|
||||
@ -109,8 +109,8 @@
|
||||
<property name="valign">center</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">2</property>
|
||||
<property name="left-attach">1</property>
|
||||
<property name="top-attach">2</property>
|
||||
<property name="width">3</property>
|
||||
</packing>
|
||||
</child>
|
||||
@ -120,21 +120,21 @@
|
||||
<property name="halign">start</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="label" translatable="yes">_Orientation:</property>
|
||||
<property name="use_underline">1</property>
|
||||
<property name="mnemonic_widget">portrait_radio</property>
|
||||
<property name="use-underline">1</property>
|
||||
<property name="mnemonic-widget">portrait_radio</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">3</property>
|
||||
<property name="left-attach">0</property>
|
||||
<property name="top-attach">3</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="portrait_radio">
|
||||
<property name="visible">1</property>
|
||||
<property name="can_focus">1</property>
|
||||
<property name="can-focus">1</property>
|
||||
<property name="hexpand">1</property>
|
||||
<property name="active">1</property>
|
||||
<property name="draw_indicator">1</property>
|
||||
<property name="draw-indicator">1</property>
|
||||
<child>
|
||||
<object class="GtkBox" id="box1">
|
||||
<property name="visible">1</property>
|
||||
@ -142,8 +142,8 @@
|
||||
<child>
|
||||
<object class="GtkImage" id="image1">
|
||||
<property name="visible">1</property>
|
||||
<property name="icon_name">gtk-orientation-portrait</property>
|
||||
<property name="icon_size">3</property>
|
||||
<property name="icon-name">gtk-orientation-portrait</property>
|
||||
<property name="icon-size">3</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
@ -159,17 +159,17 @@
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">3</property>
|
||||
<property name="left-attach">1</property>
|
||||
<property name="top-attach">3</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="reverse_portrait_radio">
|
||||
<property name="visible">1</property>
|
||||
<property name="can_focus">1</property>
|
||||
<property name="can-focus">1</property>
|
||||
<property name="hexpand">1</property>
|
||||
<property name="active">1</property>
|
||||
<property name="draw_indicator">1</property>
|
||||
<property name="draw-indicator">1</property>
|
||||
<property name="group">portrait_radio</property>
|
||||
<child>
|
||||
<object class="GtkBox" id="box2">
|
||||
@ -178,8 +178,8 @@
|
||||
<child>
|
||||
<object class="GtkImage" id="image2">
|
||||
<property name="visible">1</property>
|
||||
<property name="icon_name">gtk-orientation-reverse-portrait</property>
|
||||
<property name="icon_size">3</property>
|
||||
<property name="icon-name">gtk-orientation-reverse-portrait</property>
|
||||
<property name="icon-size">3</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
@ -195,17 +195,17 @@
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">2</property>
|
||||
<property name="top_attach">3</property>
|
||||
<property name="left-attach">2</property>
|
||||
<property name="top-attach">3</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="landscape_radio">
|
||||
<property name="visible">1</property>
|
||||
<property name="can_focus">1</property>
|
||||
<property name="can-focus">1</property>
|
||||
<property name="hexpand">1</property>
|
||||
<property name="active">1</property>
|
||||
<property name="draw_indicator">1</property>
|
||||
<property name="draw-indicator">1</property>
|
||||
<property name="group">portrait_radio</property>
|
||||
<child>
|
||||
<object class="GtkBox" id="box3">
|
||||
@ -214,8 +214,8 @@
|
||||
<child>
|
||||
<object class="GtkImage" id="image3">
|
||||
<property name="visible">1</property>
|
||||
<property name="icon_name">gtk-orientation-landscape</property>
|
||||
<property name="icon_size">3</property>
|
||||
<property name="icon-name">gtk-orientation-landscape</property>
|
||||
<property name="icon-size">3</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
@ -231,16 +231,16 @@
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">4</property>
|
||||
<property name="left-attach">1</property>
|
||||
<property name="top-attach">4</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="reverse_landscape_radio">
|
||||
<property name="visible">1</property>
|
||||
<property name="can_focus">1</property>
|
||||
<property name="can-focus">1</property>
|
||||
<property name="hexpand">1</property>
|
||||
<property name="draw_indicator">1</property>
|
||||
<property name="draw-indicator">1</property>
|
||||
<property name="group">portrait_radio</property>
|
||||
<child>
|
||||
<object class="GtkBox" id="box4">
|
||||
@ -249,8 +249,8 @@
|
||||
<child>
|
||||
<object class="GtkImage" id="image4">
|
||||
<property name="visible">1</property>
|
||||
<property name="icon_name">gtk-orientation-reverse-landscape</property>
|
||||
<property name="icon_size">3</property>
|
||||
<property name="icon-name">gtk-orientation-reverse-landscape</property>
|
||||
<property name="icon-size">3</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
@ -266,8 +266,8 @@
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">2</property>
|
||||
<property name="top_attach">4</property>
|
||||
<property name="left-attach">2</property>
|
||||
<property name="top-attach">4</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
|
||||
Reference in New Issue
Block a user