Kaydet (Commit) 64ae8bee authored tarafından Caolán McNamara's avatar Caolán McNamara

restore original mnemonics and drop empty slots/grids

Change-Id: I836b24db36161e6d7c71722b6f9bb4b176e21990
üst 6a4791cc
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property>
<property name="upper">99</property>
<property name="value">1</property>
<property name="step_increment">1</property>
<property name="page_increment">10</property>
</object>
<object class="GtkBox" id="optCalcPrintPage">
<property name="visible">True</property>
<property name="can_focus">False</property>
......@@ -34,7 +27,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="suppressCB">
<property name="label" translatable="yes">Suppress output of empty pages</property>
<property name="label" translatable="yes">_Suppress output of empty pages</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
......@@ -48,36 +41,6 @@
<property name="position">0</property>
</packing>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<object class="GtkGrid" id="grid1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="column_spacing">6</property>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">4</property>
</packing>
</child>
</object>
</child>
</object>
......@@ -119,7 +82,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="printCB">
<property name="label" translatable="yes">Print only selected sheets</property>
<property name="label" translatable="yes">_Print only selected sheets</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
......@@ -133,12 +96,6 @@
<property name="position">0</property>
</packing>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
</object>
</child>
</object>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment