Visual styling

This commit is contained in:
Simon Rozman 2016-06-07 13:53:09 +02:00
parent 3a2cbe1e40
commit 2e57879994
2 changed files with 4 additions and 3 deletions

View File

@ -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 );

View File

@ -293,7 +293,7 @@
<object class="Panel" expanded="1">
<property name="aui_managed">0</property>
<property name="aui_manager_style">wxAUI_MGR_DEFAULT</property>
<property name="bg">wxSYS_COLOUR_WINDOW</property>
<property name="bg">wxSYS_COLOUR_HIGHLIGHT</property>
<property name="context_help"></property>
<property name="context_menu">1</property>
<property name="enabled">1</property>
@ -373,7 +373,7 @@
<property name="dock_fixed">0</property>
<property name="docking">Left</property>
<property name="enabled">1</property>
<property name="fg"></property>
<property name="fg">wxSYS_COLOUR_HIGHLIGHTTEXT</property>
<property name="floatable">1</property>
<property name="font">,90,90,14,70,0</property>
<property name="gripper">0</property>