Oops, I commited the destroyed version... but restoring the header
is not half as bad... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17768 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
b4d21c8325
commit
3866a1f6d2
@ -26,7 +26,9 @@ ExpressionTextView::ExpressionTextView(BRect frame, CalcView* calcView)
|
||||
B_FOLLOW_NONE, B_WILL_DRAW),
|
||||
fCalcView(calcView),
|
||||
fKeypadLabels(""),
|
||||
fPreviousExpressions(20)
|
||||
fPreviousExpressions(20),
|
||||
fHistoryPos(0),
|
||||
fCurrentExpression("")
|
||||
{
|
||||
SetFont(be_bold_font);
|
||||
// SetAlignment(B_ALIGN_RIGHT);
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user