diff options
author | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2013-05-11 22:39:16 +0200 |
---|---|---|
committer | Bosdonnat Cedric <cedric.bosdonnat@free.fr> | 2013-05-13 14:51:25 +0000 |
commit | cd1034f87ae0c03d8107e2e1fd8f968c3f7075b3 (patch) | |
tree | 5400b500b01dd2f79b01df86181d7e0fdd8c0366 /sd/uiconfig | |
parent | 3986bd60487e1a6cf36b98a76f2eebd5afa397ae (diff) |
Related fdo#35546: Remove "1 Image with Title" Layout for Photo Album Dialog
There will be an option for all Slide Layouts to have a title.
Discussed and decided here: https://wiki.documentfoundation.org/Design/Meetings/2013-05-11
Change-Id: I891511d6cf8183e45b41a9358f4821f7de551836
Reviewed-on: https://gerrit.libreoffice.org/3858
Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Diffstat (limited to 'sd/uiconfig')
-rw-r--r-- | sd/uiconfig/simpress/ui/photoalbum.ui | 33 |
1 files changed, 7 insertions, 26 deletions
diff --git a/sd/uiconfig/simpress/ui/photoalbum.ui b/sd/uiconfig/simpress/ui/photoalbum.ui index d1e7a6c527bb..b5ea76d5ec8b 100644 --- a/sd/uiconfig/simpress/ui/photoalbum.ui +++ b/sd/uiconfig/simpress/ui/photoalbum.ui @@ -232,22 +232,6 @@ </packing> </child> <child> - <object class="GtkLabel" id="label4"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="xalign">0</property> - <property name="label" translatable="yes">Album Layout</property> - <attributes> - <attribute name="weight" value="bold"/> - </attributes> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">2</property> - </packing> - </child> - <child> <object class="GtkBox" id="box5"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -309,7 +293,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">4</property> + <property name="position">5</property> </packing> </child> </object> @@ -333,6 +317,12 @@ <action-widget response="0">cancel_btn</action-widget> </action-widgets> </object> + <object class="GtkListStore" id="liststore1"> + <columns> + <!-- column-name Filename --> + <column type="gchararray"/> + </columns> + </object> <object class="GtkListStore" id="liststore2"> <columns> <!-- column-name Property --> @@ -343,9 +333,6 @@ <col id="0" translatable="yes">1 Image</col> </row> <row> - <col id="0" translatable="yes">1 Image with Title</col> - </row> - <row> <col id="0" translatable="yes">2 Images</col> </row> <row> @@ -353,10 +340,4 @@ </row> </data> </object> - <object class="GtkListStore" id="liststore1"> - <columns> - <!-- column-name Filename --> - <column type="gchararray"/> - </columns> - </object> </interface> |