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

gtk3+wayland: dialogs work a lot better if a min size is set

instead of just an initial size, because we can set a size-request for the
minimum size and that's a reliable thing

Change-Id: I83916715cb9e3dceb6e88f3ca8fc86920677c026
üst 19b53ac0
...@@ -205,7 +205,7 @@ void ButtonDialog::ImplPosControls() ...@@ -205,7 +205,7 @@ void ButtonDialog::ImplPosControls()
nY += maCtrlSize.Height()+IMPL_SEP_BUTTON_Y; nY += maCtrlSize.Height()+IMPL_SEP_BUTTON_Y;
} }
SetOutputSizePixel( aDlgSize ); SetMinOutputSizePixel(aDlgSize);
mbFormat = false; mbFormat = false;
} }
......
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