diff options
author | Noel Power <noel.power@suse.com> | 2013-02-20 19:29:10 +0000 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-02-21 13:02:58 +0000 |
commit | c4a8e6b62e80d79d98743af022b3d5e5d1f22f51 (patch) | |
tree | 1a5eb02a003bd610db29e32b3b377a005460ca40 /sfx2/uiconfig | |
parent | 1d0f45ee2efb5dc8d3c40f33ba1494807c117729 (diff) |
clone documentfontsdialog from sw, add method to SfxDocumentInfoDialog add tab
Change-Id: I9cfb4f65e27a73921ac7944376677c5ddecdf9a9
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r-- | sfx2/uiconfig/ui/documentfontspage.ui | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sfx2/uiconfig/ui/documentfontspage.ui b/sfx2/uiconfig/ui/documentfontspage.ui new file mode 100644 index 000000000000..0003f477811e --- /dev/null +++ b/sfx2/uiconfig/ui/documentfontspage.ui @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + <!-- interface-requires gtk+ 3.0 --> + <object class="GtkGrid" id="DocumentFontsPage"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="row_spacing">12</property> + <property name="column_spacing">18</property> + <child> + <object class="GtkCheckButton" id="embedFonts"> + <property name="label" translatable="yes">_Embed fonts in the document</property> + <property name="use_action_appearance">False</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_action_appearance">False</property> + <property name="use_underline">True</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">0</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> + </object> +</interface> |