diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-08-22 11:15:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-08-22 18:26:41 +0200 |
commit | d661cb17610af93b1607025284f23187c6d2fc06 (patch) | |
tree | 855cf44dd6d3cb6232b0aaa2087da770350d202a /vcl/uiconfig | |
parent | 38001018fa06f721cf87edae923b54ce9a5ab5a7 (diff) |
weld chart CreationWizard
Change-Id: I7ee88c1e1b0eca5c2510a4bbba8b60c0d8a4e3e8
Reviewed-on: https://gerrit.libreoffice.org/77954
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/uiconfig')
-rw-r--r-- | vcl/uiconfig/ui/wizard.ui | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcl/uiconfig/ui/wizard.ui b/vcl/uiconfig/ui/wizard.ui new file mode 100644 index 000000000000..e1f68da9e66a --- /dev/null +++ b/vcl/uiconfig/ui/wizard.ui @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.22.1 --> +<interface domain="vcl"> + <requires lib="gtk+" version="3.20"/> + <object class="GtkAssistant" id="Wizard"> + <property name="can_focus">True</property> + <property name="border_width">6</property> + <property name="modal">True</property> + <property name="default_width">0</property> + <property name="default_height">0</property> + <property name="type_hint">dialog</property> + <property name="use_header_bar">0</property> + <child> + <placeholder/> + </child> + </object> +</interface> |