diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-13 20:54:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-13 20:55:20 +0000 |
commit | 98d311c651347a49f73e8e316be30887e5a99751 (patch) | |
tree | e13ffbb4bfad88b9722f8f76503ed162a958ecea /sd | |
parent | c376ecbc9614ccaa4f4392c287d0d1c731c3aa77 (diff) |
limit width of list whose text can grow to silly widths
Change-Id: I982602e829bbf3f2efccfcafae67d22df8daa2e9
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationDialog.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/animations/CustomAnimationDialog.cxx b/sd/source/ui/animations/CustomAnimationDialog.cxx index 1da5de884fa6..2e0272fb3e9c 100644 --- a/sd/source/ui/animations/CustomAnimationDialog.cxx +++ b/sd/source/ui/animations/CustomAnimationDialog.cxx @@ -1595,6 +1595,7 @@ CustomAnimationDurationTabPage::CustomAnimationDurationTabPage(vcl::Window* pPar get(mpRBClickSequence, "rb_click_sequence" ); get(mpRBInteractive, "rb_interactive" ); get(mpLBTrigger, "trigger_list"); + mpLBTrigger->set_width_request(approximate_char_width() * 40); fillRepeatComboBox( mpCBRepeat ); fillDurationComboBox( mpCBDuration ); |