Kaydet (Commit) d2f218f5 authored tarafından Maxim Monastirsky's avatar Maxim Monastirsky

tdf#78111 Sane preferred width for the color mode combobox

Don't let long strings (in some languages) make it request so much space.

Change-Id: I5b2af9d7cc54d1ba772ae75971cfff27bee31a05
üst ea700888
......@@ -58,6 +58,7 @@ GraphicPropertyPanel::GraphicPropertyPanel(
get(mpMtrBrightness, "setbrightness");
get(mpMtrContrast, "setcontrast");
get(mpLBColorMode, "setcolormode");
mpLBColorMode->set_width_request(mpLBColorMode->get_preferred_size().Width());
get(mpMtrTrans, "settransparency");
get(mpMtrRed, "setred");
get(mpMtrGreen, "setgreen");
......
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