From 0084fa520924353948934c0dab7d6a10d9da96fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 30 May 2012 23:32:59 +0200 Subject: [PATCH] Reverted the rounded buttons again. * Following the previous discussion on the mailing list and Stippi's final mail. * I tried to get used to it in the last couple of weeks, but I think it just looks out of place, and not good either. --- src/apps/deskcalc/CalcView.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/apps/deskcalc/CalcView.cpp b/src/apps/deskcalc/CalcView.cpp index f5b13afe2d..bab5c923ad 100644 --- a/src/apps/deskcalc/CalcView.cpp +++ b/src/apps/deskcalc/CalcView.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011, Haiku, Inc. All rights reserved. + * Copyright 2006-2012, Haiku, Inc. All rights reserved. * Copyright 1997, 1998 R3 Software Ltd. All Rights Reserved. * Distributed under the terms of the MIT License. * @@ -9,6 +9,7 @@ * Philippe Saint-Pierre, stpere@gmail.com */ + #include "CalcView.h" #include @@ -435,10 +436,10 @@ CalcView::Draw(BRect updateRect) flags |= BControlLook::B_IGNORE_OUTLINE; be_control_look->DrawButtonFrame(this, frame, updateRect, - 6.0f, fBaseColor, fBaseColor, flags); + fBaseColor, fBaseColor, flags); be_control_look->DrawButtonBackground(this, frame, updateRect, - 6.0f, fBaseColor, flags); + fBaseColor, flags); be_control_look->DrawLabel(this, key->label, frame, updateRect, fBaseColor, flags, BAlignment(B_ALIGN_HORIZONTAL_CENTER,