sd/uiconfig/simpress/ui/slidetransitionspanel.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 025e089c08c1224b3bf4e7f21786b828a4c26d4f Author: Szymon Kłos <[email protected]> AuthorDate: Tue Oct 1 18:10:05 2024 +0200 Commit: Szymon Kłos <[email protected]> CommitDate: Wed Oct 2 07:53:50 2024 +0200 sidebar: move apply to all slides above repeat settings Button "apply to all slides" setups properties selected above to all the slides. Repeat options are common to the whole presentation. Let's move repeat section to the bottom so it is less confusing Signed-off-by: Szymon Kłos <[email protected]> Change-Id: I19bb8d10c3969ceb033e2a6d26489999bb7451c9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174357 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: vivek javiya <[email protected]> diff --git a/sd/uiconfig/simpress/ui/slidetransitionspanel.ui b/sd/uiconfig/simpress/ui/slidetransitionspanel.ui index fc2704ef4e40..e597c322d9f9 100644 --- a/sd/uiconfig/simpress/ui/slidetransitionspanel.ui +++ b/sd/uiconfig/simpress/ui/slidetransitionspanel.ui @@ -429,7 +429,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">3</property> + <property name="position">4</property> </packing> </child> <child> @@ -539,7 +539,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">4</property> + <property name="position">3</property> </packing> </child> </object>
