Kaydet (Commit) 6266e83d authored tarafından Caolán McNamara's avatar Caolán McNamara

Related: tdf#109385 make automatically after: <spinbutton> width narrower

Change-Id: I51d4c0606a5c6317c3f87fd71c61a0dbcdbc3b09
Reviewed-on: https://gerrit.libreoffice.org/42903Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst e302ade4
......@@ -440,6 +440,11 @@ void SlideTransitionPane::Initialize(SdDrawDocument* pDoc)
get(mpRB_ADVANCE_ON_MOUSE, "rb_mouse_click");
get(mpRB_ADVANCE_AUTO, "rb_auto_after");
get(mpMF_ADVANCE_AUTO_AFTER, "auto_after_value");
auto nMax = mpMF_ADVANCE_AUTO_AFTER->GetMax();
mpMF_ADVANCE_AUTO_AFTER->SetMax(1000);
Size aOptimalSize(mpMF_ADVANCE_AUTO_AFTER->CalcMinimumSize());
mpMF_ADVANCE_AUTO_AFTER->set_width_request(aOptimalSize.Width());
mpMF_ADVANCE_AUTO_AFTER->SetMax(nMax);
get(mpPB_APPLY_TO_ALL, "apply_to_all");
get(mpPB_PLAY, "play");
get(mpCB_AUTO_PREVIEW, "auto_preview");
......
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