Move kMinMenuBarWidth to MenuField.cpp
This commit is contained in:
parent
6da3c1c788
commit
92c12506ac
@ -17,8 +17,6 @@
|
||||
|
||||
|
||||
static const float kVMargin = 2.0f;
|
||||
static const float kMinMenuBarWidth = 20.0f;
|
||||
// found by experimenting on BeOS R5
|
||||
|
||||
|
||||
class BMessageRunner;
|
||||
|
@ -132,6 +132,10 @@ struct BMenuField::LayoutData {
|
||||
// #pragma mark -
|
||||
|
||||
|
||||
static const float kMinMenuBarWidth = 20.0f;
|
||||
// found by experimenting on BeOS R5
|
||||
|
||||
|
||||
BMenuField::BMenuField(BRect frame, const char* name, const char* label,
|
||||
BMenu* menu, uint32 resizingMode, uint32 flags)
|
||||
:
|
||||
|
Loading…
x
Reference in New Issue
Block a user