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

Sankore-456

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