DeskCalc: Set base color to panel bg color by default
...in unused ctor
This commit is contained in:
@@ -164,7 +164,7 @@ CalcView::CalcView(BMessage* archive)
|
|||||||
fColumns(5),
|
fColumns(5),
|
||||||
fRows(4),
|
fRows(4),
|
||||||
|
|
||||||
fBaseColor((rgb_color){ 128, 128, 128, 255 }),
|
fBaseColor(ui_color(B_PANEL_BACKGROUND_COLOR)),
|
||||||
fExpressionBGColor((rgb_color){ 0, 0, 0, 255 }),
|
fExpressionBGColor((rgb_color){ 0, 0, 0, 255 }),
|
||||||
|
|
||||||
fWidth(1),
|
fWidth(1),
|
||||||
|
|||||||
Reference in New Issue
Block a user