Fixed small coding style violations.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30696 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -38,10 +38,10 @@ CalcWindow::CalcWindow(BRect frame, BMessage *settings)
|
|||||||
fCalcView = new CalcView(frame, baseColor, settings);
|
fCalcView = new CalcView(frame, baseColor, settings);
|
||||||
|
|
||||||
// create replicant dragger
|
// create replicant dragger
|
||||||
BRect replicant_frame(frame);
|
BRect replicantFrame(frame);
|
||||||
replicant_frame.top = replicant_frame.bottom - 7.0f;
|
replicantFrame.top = replicantFrame.bottom - 7.0f;
|
||||||
replicant_frame.left = replicant_frame.right - 7.0f;
|
replicantFrame.left = replicantFrame.right - 7.0f;
|
||||||
BDragger* dragger = new BDragger(replicant_frame, fCalcView,
|
BDragger* dragger = new BDragger(replicantFrame, fCalcView,
|
||||||
B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM);
|
B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM);
|
||||||
|
|
||||||
// attach views
|
// attach views
|
||||||
|
|||||||
Reference in New Issue
Block a user