aboutsummaryrefslogtreecommitdiff
path: root/uibase.cpp
diff options
context:
space:
mode:
authorMarius Hanne <marius.hanne@sourceagency.org>2011-01-19 01:27:58 +0100
committerMarius Hanne <marius.hanne@sourceagency.org>2011-01-19 01:27:58 +0100
commited4e8830d71308f827aa9cc93323aa788c33fb47 (patch)
tree3129ea65cbd2e8597efa52e2ab21c0f028cb08b7 /uibase.cpp
parentb4671902f2c5aa1c95be547a61b0a72b8a3025de (diff)
downloadbitcoin-ed4e8830d71308f827aa9cc93323aa788c33fb47.tar.xz
don't set statusbar background color
people with dark system theme otherwise have white text on light-grey bg
Diffstat (limited to 'uibase.cpp')
-rw-r--r--uibase.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/uibase.cpp b/uibase.cpp
index 9fe98993ed..a421e776e3 100644
--- a/uibase.cpp
+++ b/uibase.cpp
@@ -61,7 +61,6 @@ CMainFrameBase::CMainFrameBase( wxWindow* parent, wxWindowID id, const wxString&
m_toolBar->Realize();
m_statusBar = this->CreateStatusBar( 1, wxST_SIZEGRIP, wxID_ANY );
- m_statusBar->SetBackgroundColour( wxColour( 240, 240, 240 ) );
wxBoxSizer* bSizer2;
bSizer2 = new wxBoxSizer( wxVERTICAL );