From 2e57879994e8623193e7e86a67e1777c3eed6f32 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 7 Jun 2016 13:53:09 +0200 Subject: [PATCH] Visual styling --- EAPMethods/res/wxEAP_UI.cpp | 3 ++- EAPMethods/res/wxEAP_UI.fbp | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/EAPMethods/res/wxEAP_UI.cpp b/EAPMethods/res/wxEAP_UI.cpp index 216a688..96190ed 100644 --- a/EAPMethods/res/wxEAP_UI.cpp +++ b/EAPMethods/res/wxEAP_UI.cpp @@ -47,7 +47,7 @@ wxEAPConfigBase::~wxEAPConfigBase() wxEAPBannerPanelBase::wxEAPBannerPanelBase( wxWindow* parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style ) : wxPanel( parent, id, pos, size, style ) { - this->SetBackgroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_WINDOW ) ); + this->SetBackgroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_HIGHLIGHT ) ); this->SetMinSize( wxSize( -1,48 ) ); wxBoxSizer* sc_content; @@ -56,6 +56,7 @@ wxEAPBannerPanelBase::wxEAPBannerPanelBase( wxWindow* parent, wxWindowID id, con m_product_name = new wxStaticText( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT ); m_product_name->Wrap( -1 ); m_product_name->SetFont( wxFont( 14, 70, 90, 90, false, wxEmptyString ) ); + m_product_name->SetForegroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_HIGHLIGHTTEXT ) ); sc_content->Add( m_product_name, 0, wxALL|wxEXPAND, 5 ); diff --git a/EAPMethods/res/wxEAP_UI.fbp b/EAPMethods/res/wxEAP_UI.fbp index 9ba9463..41e790d 100644 --- a/EAPMethods/res/wxEAP_UI.fbp +++ b/EAPMethods/res/wxEAP_UI.fbp @@ -293,7 +293,7 @@ 0 wxAUI_MGR_DEFAULT - wxSYS_COLOUR_WINDOW + wxSYS_COLOUR_HIGHLIGHT 1 1 @@ -373,7 +373,7 @@ 0 Left 1 - + wxSYS_COLOUR_HIGHLIGHTTEXT 1 ,90,90,14,70,0 0