diff options
author | Rishabh Kumar <kris.kr296@gmail.com> | 2015-02-17 15:40:25 +0530 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-03 10:44:23 +0000 |
commit | 070141b854c7731aa44ccf6ce446802ad8653697 (patch) | |
tree | e02bcc9af2910a8a8ba3c2628e2f4707208d0e9f /sd/uiconfig/simpress/ui/photoalbum.ui | |
parent | 82d573e8bf97193c032ca9631d33fa39bbd12638 (diff) |
tdf#64573: Add captions to Photo Album
Creates a rectangular text area with following attributes-
Color-Black
Transparency-20%
Alignment-Bottom
Default Text-Click to add Title
Change-Id: Ifb75c57fd19d41635fd4e397cbfe2b8a65975eb6
Reviewed-on: https://gerrit.libreoffice.org/14517
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/uiconfig/simpress/ui/photoalbum.ui')
-rw-r--r-- | sd/uiconfig/simpress/ui/photoalbum.ui | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sd/uiconfig/simpress/ui/photoalbum.ui b/sd/uiconfig/simpress/ui/photoalbum.ui index d099d36a855d..067815944d68 100644 --- a/sd/uiconfig/simpress/ui/photoalbum.ui +++ b/sd/uiconfig/simpress/ui/photoalbum.ui @@ -358,6 +358,22 @@ <property name="position">1</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="cap_check"> + <property name="label" translatable="yes">Add caption to each slide</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="active">True</property> + <property name="draw_indicator">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="expand">False</property> |