diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-10-11 11:48:35 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-19 16:15:49 +0100 |
commit | 0e61e34bb3798c902ef3e7a749451db140285128 (patch) | |
tree | 283c689e16fe1c94cda91ad4e4c8bce5f09e8568 /libreoffice_ui/scalc/printeroptions.ui | |
parent | 9494c5af7313f5f139ae815e9a1b81b757c27883 (diff) | |
download | Ishtar-0e61e34bb3798c902ef3e7a749451db140285128.tar.bz2 Ishtar-0e61e34bb3798c902ef3e7a749451db140285128.zip |
🚀 Debian package: ishtar-libreoffice
Diffstat (limited to 'libreoffice_ui/scalc/printeroptions.ui')
-rw-r--r-- | libreoffice_ui/scalc/printeroptions.ui | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/libreoffice_ui/scalc/printeroptions.ui b/libreoffice_ui/scalc/printeroptions.ui new file mode 100644 index 000000000..d5f2ea555 --- /dev/null +++ b/libreoffice_ui/scalc/printeroptions.ui @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.18.3 --> +<interface domain="sc"> + <requires lib="gtk+" version="3.18"/> + <object class="GtkBox" id="box"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <property name="orientation">vertical</property> + <child> + <object class="GtkFrame" id="pages"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label_xalign">0</property> + <property name="shadow_type">none</property> + <child> + <object class="GtkAlignment" id="alignment3"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="top_padding">6</property> + <property name="left_padding">12</property> + <child> + <object class="GtkCheckButton" id="suppressemptypages"> + <property name="label" translatable="yes" context="printeroptions|suppressemptypages">Suppress output of empty pages</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_underline">True</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + </object> + </child> + </object> + </child> + <child type="label"> + <object class="GtkLabel" id="label6"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="printeroptions|label6">Pages</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> + </object> +</interface> |