Commit 9f898048 authored by Ivan Ilin's avatar Ivan Ilin

Sankore-456

parent c5155aee
......@@ -696,7 +696,7 @@ void UBDockPalette::moveTabs()
break;
case eUBDockOrientation_Right:
if (parentWidget()) {
origin.setX(parentWidget()->width() - width() - mTabPalette->width());
origin.setX(parentWidget()->width() - width() - border() * 2);
}
break;
case eUBDockOrientation_Top: ;
......
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