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

Fix window height for the grip case

Change-Id: I1a4d2c498971a5bf73dc7f89a0987e6f998cf7a6
üst 8f594cd9
......@@ -500,7 +500,7 @@ void ImplPopupFloatWin::ImplSetBorder()
// be used to set the proper window size
mpWindowImpl->mnTopBorder = 1;
if( hasGrip() )
mpWindowImpl->mnTopBorder += 2 + ToolBox::ImplGetDragWidth( *this, false );
mpWindowImpl->mnTopBorder += 1 + ToolBox::ImplGetDragWidth( *this, false );
mpWindowImpl->mnBottomBorder = 1;
mpWindowImpl->mnLeftBorder = 1;
mpWindowImpl->mnRightBorder = 1;
......
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