* Fixed the unified menu bar width calculations. SetDivider() got it wrong.

* _InitMenuBar() had the meaning of fixedSize reversed. The layout-mode
  constructors pass fixedSize = true accordingly.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29664 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2009-03-23 12:16:10 +00:00
parent cafee0b7f5
commit 47e745c6db
2 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ private:
void _ValidateLayoutData();
float _MenuBarOffset() const;
float _MenuBarWidthDiff() const;
float _MenuBarWidth() const;
char* fLabel;
BMenu* fMenu;