[haiku-commits] haiku: hrev49708 - src/apps/mail

  • From: jscipione@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 19 Oct 2015 23:18:39 +0200 (CEST)

hrev49708 adds 1 changeset to branch 'master'
old head: d2eca26b735090011c1892465e324729a11c19d8
new head: a0242c53e22afe3af9a0defd05023f116f0e39ff
overview:
http://cgit.haiku-os.org/haiku/log/?qt=range&q=a0242c53e22a+%5Ed2eca26b7350

----------------------------------------------------------------------------

a0242c53e22a: Mail: Update background color to use setting

Fixes #12360

[ John Scipione <jscipione@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision: hrev49708
Commit: a0242c53e22afe3af9a0defd05023f116f0e39ff
URL: http://cgit.haiku-os.org/haiku/commit/?id=a0242c53e22a
Author: John Scipione <jscipione@xxxxxxxxx>
Date: Thu Oct 15 23:05:36 2015 UTC

Ticket: https://dev.haiku-os.org/ticket/12360

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
src/apps/mail/FindWindow.cpp | 2 +-

----------------------------------------------------------------------------

diff --git a/src/apps/mail/FindWindow.cpp b/src/apps/mail/FindWindow.cpp
index c5cbee3..d7b78b9 100644
--- a/src/apps/mail/FindWindow.cpp
+++ b/src/apps/mail/FindWindow.cpp
@@ -136,7 +136,7 @@ FindPanel::~FindPanel()
void FindPanel::AttachedToWindow()
{
BView::AttachedToWindow();
- SetViewColor(216, 216, 216);
+ SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
Window()->SetDefaultButton(fFindButton);
fFindButton->SetTarget(this);



Other related posts:

  • » [haiku-commits] haiku: hrev49708 - src/apps/mail - jscipione