|
|
@ -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: ; |
|
|
|