|
|
@ -511,7 +511,10 @@ void UBDockPalette::moveTabs() |
|
|
|
if(eUBDockTabOrientation_Down == mTabsOrientation) |
|
|
|
if(eUBDockTabOrientation_Down == mTabsOrientation) |
|
|
|
{ |
|
|
|
{ |
|
|
|
if (mOrientation == eUBDockOrientation_Right) |
|
|
|
if (mOrientation == eUBDockOrientation_Right) |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
if (parentWidget()) |
|
|
|
y = parentWidget()->height() - border()- mTabWidgets.size() * TABSIZE; |
|
|
|
y = parentWidget()->height() - border()- mTabWidgets.size() * TABSIZE; |
|
|
|
|
|
|
|
} |
|
|
|
else |
|
|
|
else |
|
|
|
y = height() - border()- mTabWidgets.size() * TABSIZE; |
|
|
|
y = height() - border()- mTabWidgets.size() * TABSIZE; |
|
|
|
} |
|
|
|
} |
|
|
|