diff options
author | Akshay Deep <akshaydeepiitr@gmail.com> | 2016-06-05 07:53:03 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-06-06 08:59:58 +0000 |
commit | f944195baabfda068cc37bd4e8ddf60e6cc990b7 (patch) | |
tree | 00379f3c8ecbe62c1ddb36a8854f7e2e9af63837 /sfx2/uiconfig/ui | |
parent | 47d0e1be83810ccdb2d5350167c3713ea5d923ba (diff) |
tdf#94131 Easier access to set a default template when saving a template
Change-Id: I2a3732a178f47ce49c77089a6e0865b609efd499
Reviewed-on: https://gerrit.libreoffice.org/25916
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sfx2/uiconfig/ui')
-rw-r--r-- | sfx2/uiconfig/ui/saveastemplatedlg.ui | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/sfx2/uiconfig/ui/saveastemplatedlg.ui b/sfx2/uiconfig/ui/saveastemplatedlg.ui index da673a318b71..d8ff31ce728b 100644 --- a/sfx2/uiconfig/ui/saveastemplatedlg.ui +++ b/sfx2/uiconfig/ui/saveastemplatedlg.ui @@ -113,9 +113,9 @@ </child> <child> <object class="GtkEntry" id="name_entry"> + <property name="width_request">300</property> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="width_request">300</property> </object> <packing> <property name="expand">False</property> @@ -153,8 +153,8 @@ </child> <child> <object class="GtkTreeView" id="categorylb:border"> - <property name="height_request">150</property> <property name="width_request">300</property> + <property name="height_request">150</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="border_width">2</property> @@ -175,6 +175,20 @@ <property name="top_attach">1</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="defaultcb"> + <property name="label" translatable="yes">Set as Default Template</property> + <property name="visible">True</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="left_attach">0</property> + <property name="top_attach">2</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> |