summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2021-10-18 12:50:26 +0200
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2021-10-20 07:12:28 +0200
commit279cc2aa9d8e5e53762352415c05c262fb1d906f (patch)
tree2cb46a62d33a01efbdd2afdd0b1c041bdd77cdde /sd/source
parentcf8de077f885b7632967c8bdfde98279d98f4cce (diff)
Related tdf#145037 and tdf#145028 - Animation sidebar usability
* Splitter to resize available vs. applied animations * Label on the Add button Change-Id: I0321d35a4c7e796c0732560b34a0bc18fb104e6f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123741 Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Jenkins
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/animations/CustomAnimationPane.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/animations/CustomAnimationPane.cxx b/sd/source/ui/animations/CustomAnimationPane.cxx
index a125838a07d5..73d4b581cfbd 100644
--- a/sd/source/ui/animations/CustomAnimationPane.cxx
+++ b/sd/source/ui/animations/CustomAnimationPane.cxx
@@ -167,10 +167,10 @@ void CustomAnimationPane::initialize()
mxLBAnimation->connect_changed(LINK(this, CustomAnimationPane, AnimationSelectHdl));
mxCustomAnimationList->setController( static_cast<ICustomAnimationListController*> ( this ) );
mxCustomAnimationList->set_size_request(mxCustomAnimationList->get_approximate_digit_width() * 15,
- mxCustomAnimationList->get_height_rows(8));
+ mxCustomAnimationList->get_height_rows(4));
mxLBAnimation->set_size_request(mxLBAnimation->get_approximate_digit_width() * 15,
- mxLBAnimation->get_height_rows(8));
+ mxLBAnimation->get_height_rows(4));
maStrProperty = mxFTProperty->get_label();