* 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:
@@ -124,7 +124,7 @@ private:
|
||||
|
||||
void _ValidateLayoutData();
|
||||
float _MenuBarOffset() const;
|
||||
float _MenuBarWidthDiff() const;
|
||||
float _MenuBarWidth() const;
|
||||
|
||||
char* fLabel;
|
||||
BMenu* fMenu;
|
||||
|
||||
Reference in New Issue
Block a user