Kaydet (Commit) 98d311c6 authored tarafından Caolán McNamara's avatar Caolán McNamara

limit width of list whose text can grow to silly widths

Change-Id: I982602e829bbf3f2efccfcafae67d22df8daa2e9
üst c376ecbc
...@@ -1595,6 +1595,7 @@ CustomAnimationDurationTabPage::CustomAnimationDurationTabPage(vcl::Window* pPar ...@@ -1595,6 +1595,7 @@ CustomAnimationDurationTabPage::CustomAnimationDurationTabPage(vcl::Window* pPar
get(mpRBClickSequence, "rb_click_sequence" ); get(mpRBClickSequence, "rb_click_sequence" );
get(mpRBInteractive, "rb_interactive" ); get(mpRBInteractive, "rb_interactive" );
get(mpLBTrigger, "trigger_list"); get(mpLBTrigger, "trigger_list");
mpLBTrigger->set_width_request(approximate_char_width() * 40);
fillRepeatComboBox( mpCBRepeat ); fillRepeatComboBox( mpCBRepeat );
fillDurationComboBox( mpCBDuration ); fillDurationComboBox( mpCBDuration );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment