diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-10-11 11:48:35 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-12-12 17:56:18 +0100 |
| commit | 16b73c5d6bca8c034931e549a991b99122a05998 (patch) | |
| tree | 7347eaac2571f56f7e1505dc23c72748df2255ee /libreoffice_ui/swriter/pageorientationcontrol.ui | |
| parent | d1b7a602f6d0de640f7ff9fce26c3c2689d750cd (diff) | |
| download | Ishtar-16b73c5d6bca8c034931e549a991b99122a05998.tar.bz2 Ishtar-16b73c5d6bca8c034931e549a991b99122a05998.zip | |
🚀 Debian package: ishtar-libreoffice
Diffstat (limited to 'libreoffice_ui/swriter/pageorientationcontrol.ui')
| -rw-r--r-- | libreoffice_ui/swriter/pageorientationcontrol.ui | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/libreoffice_ui/swriter/pageorientationcontrol.ui b/libreoffice_ui/swriter/pageorientationcontrol.ui new file mode 100644 index 000000000..8a9aaaf1f --- /dev/null +++ b/libreoffice_ui/swriter/pageorientationcontrol.ui @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.22.1 --> +<interface domain="sw"> + <requires lib="gtk+" version="3.18"/> + <object class="GtkPopover" id="PageOrientationControl"> + <property name="can_focus">False</property> + <property name="no_show_all">True</property> + <property name="border_width">4</property> + <child> + <object class="GtkBox" id="container"> + <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> + <property name="spacing">6</property> + <child> + <object class="GtkButton" id="portrait"> + <property name="label" translatable="yes" context="pageorientationcontrol|portrait">Portrait</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="image">image_portrait</property> + <property name="relief">none</property> + <property name="use_underline">True</property> + <property name="xalign">0</property> + <property name="always_show_image">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkButton" id="landscape"> + <property name="label" translatable="yes" context="pageorientationcontrol|landscape">Landscape</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="image">image_landscape</property> + <property name="relief">none</property> + <property name="use_underline">True</property> + <property name="xalign">0</property> + <property name="always_show_image">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + </object> + </child> + </object> + <object class="GtkImage" id="image_landscape"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="icon_name">sw/res/sidebar/pageproppanel/Landscapecopy_24x24.png</property> + </object> + <object class="GtkImage" id="image_portrait"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="icon_name">sw/res/sidebar/pageproppanel/portraitcopy_24x24.png</property> + </object> +</interface> |
