diff options
author | Susobhan Ghosh <susobhang70@gmail.com> | 2016-08-03 23:22:53 +0530 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2016-08-13 12:11:09 +0000 |
commit | 64ff7453408e578b95073db1740bfef4f500a2e4 (patch) | |
tree | 19c675941f6c566386eb1eb71ec0ffda2d83d4c3 /sd/uiconfig/simpress/ui/sidebarslidebackground.ui | |
parent | cb3a00514a6baa9fe7c0660a743b95e1baed7bb8 (diff) |
tdf#89466 Add Master Slide and Close Master View button
Impress only. Change panel title on master slide context.
Disable controls in master view.
Change-Id: Ic355a6c74d3f61ea23bcf80e2a2d7e7d7a7980b8
Reviewed-on: https://gerrit.libreoffice.org/27840
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'sd/uiconfig/simpress/ui/sidebarslidebackground.ui')
-rw-r--r-- | sd/uiconfig/simpress/ui/sidebarslidebackground.ui | 53 |
1 files changed, 39 insertions, 14 deletions
diff --git a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui index ccd1c5cd35dd..1c9cfe86013c 100644 --- a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui +++ b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui @@ -77,18 +77,6 @@ </packing> </child> <child> - <object class="GtkButton" id="button1"> - <property name="label" translatable="yes">Edit Master Slide</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="action_name">.uno:SlideMasterPage</property> - </object> - <packing> - <property name="left_attach">1</property> - <property name="top_attach">10</property> - </packing> - </child> - <child> <object class="GtkCheckButton" id="displaymasterobjects"> <property name="label" translatable="yes">Display Objects</property> <property name="use_action_appearance">True</property> @@ -114,12 +102,11 @@ </packing> </child> <child> - <object class="GtkLabel" id="label1"> + <object class="GtkLabel" id="masterlabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">end</property> <property name="hexpand">True</property> - <property name="label" translatable="yes">Master Slide:</property> <property name="ellipsize">end</property> </object> <packing> @@ -197,6 +184,44 @@ </packing> </child> <child> + <object class="GtkBox" id="box1"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="homogeneous">True</property> + <child> + <object class="GtkButton" id="masterslidebutton"> + <property name="label" translatable="yes">Master Slide</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="action_name">.uno:SlideMasterPage</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkButton" id="closemasterslide"> + <property name="label" translatable="yes">Close Master Slide</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">10</property> + </packing> + </child> + <child> <placeholder/> </child> <child> |