diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-10-11 11:48:35 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-10 18:17:41 +0200 |
commit | 10fdb26623fd0f42f5a4fb65a41cd17350b6f24a (patch) | |
tree | 13ed7fdf2c6d6cbd8ae0b514a51c334241ba6592 /libreoffice_ui/swriter/inforeadonlydialog.ui | |
parent | 38d8b78b3c231f77c701d825da4125415d0e3b91 (diff) | |
download | Ishtar-10fdb26623fd0f42f5a4fb65a41cd17350b6f24a.tar.bz2 Ishtar-10fdb26623fd0f42f5a4fb65a41cd17350b6f24a.zip |
🚀 Debian package: ishtar-libreoffice
Diffstat (limited to 'libreoffice_ui/swriter/inforeadonlydialog.ui')
-rw-r--r-- | libreoffice_ui/swriter/inforeadonlydialog.ui | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/libreoffice_ui/swriter/inforeadonlydialog.ui b/libreoffice_ui/swriter/inforeadonlydialog.ui new file mode 100644 index 000000000..8ad5fb571 --- /dev/null +++ b/libreoffice_ui/swriter/inforeadonlydialog.ui @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.20.2 --> +<interface domain="sw"> + <requires lib="gtk+" version="3.18"/> + <object class="GtkMessageDialog" id="InfoReadonlyDialog"> + <property name="can_focus">False</property> + <property name="title" translatable="yes" context="inforeadonlydialog|InfoReadonlyDialog">Read-Only Content</property> + <property name="resizable">False</property> + <property name="modal">True</property> + <property name="type_hint">dialog</property> + <property name="skip_taskbar_hint">True</property> + <property name="buttons">ok</property> + <property name="text" translatable="yes" context="inforeadonlydialog|InfoReadonlyDialog">Write-protected content cannot be changed.</property> + <property name="secondary_text" translatable="yes" context="inforeadonlydialog|InfoReadonlyDialog">No modifications will be accepted.</property> + <child internal-child="vbox"> + <object class="GtkBox" id="messagedialog-vbox"> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> + <property name="spacing">12</property> + <child internal-child="action_area"> + <object class="GtkButtonBox" id="messagedialog-action_area"> + <property name="can_focus">False</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="pack_type">end</property> + <property name="position">0</property> + </packing> + </child> + </object> + </child> + </object> +</interface> |