diff options
author | Akshay Deep <akshaydeepiitr@gmail.com> | 2016-06-05 05:38:13 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-06-06 09:52:33 +0000 |
commit | ecece54942a8e5f20ae6dc69f25a2499d38c78bd (patch) | |
tree | fd7854f40c81cf0d0a2f51c2e3a64ae54ef22bb0 /sfx2/uiconfig | |
parent | 1efbab1eb4e01ae3116301df861067a2e488c717 (diff) |
Improve Impress Template Selection Dialog
1. Hide controls: export, move, action menu, repository menu, Online Button
2. Checkbox to easily hide the dialog
Change-Id: Id2899edb9ba280c9a714d09fa534f975600b05af
Reviewed-on: https://gerrit.libreoffice.org/25913
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r-- | sfx2/uiconfig/ui/templatedlg.ui | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/sfx2/uiconfig/ui/templatedlg.ui b/sfx2/uiconfig/ui/templatedlg.ui index ca7134ec91d4..4c7bdf0741e4 100644 --- a/sfx2/uiconfig/ui/templatedlg.ui +++ b/sfx2/uiconfig/ui/templatedlg.ui @@ -330,7 +330,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">1</property> + <property name="position">0</property> </packing> </child> <child> @@ -347,7 +347,21 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">2</property> + <property name="position">1</property> + </packing> + </child> + <child> + <object class="GtkCheckButton" id="hidedialogcb"> + <property name="label" translatable="yes">Show this dialog at startup</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">3</property> </packing> </child> </object> |