Changeset 17653
- Timestamp:
- 05/30/06 11:03:02 (2 years ago)
- Files:
-
- 1 modified
-
haiku/trunk/src/servers/app/DefaultDecorator.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
haiku/trunk/src/servers/app/DefaultDecorator.cpp
r17650 r17653 315 315 if (fLook != kLeftTitledWindowLook) { 316 316 tabSize = fRightBorder.right - fLeftBorder.left; 317 maxLocation = tabSize - _tabrect.Width();318 317 } else { 319 318 tabSize = fBottomBorder.bottom - fTopBorder.top; 320 maxLocation = tabSize - _tabrect.Height();321 319 } 320 maxLocation = tabSize - fMaxTabSize; 322 321 if (maxLocation < 0) 323 322 maxLocation = 0;
