Visual styling
This commit is contained in:
parent
3a2cbe1e40
commit
2e57879994
@ -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 )
|
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 ) );
|
this->SetMinSize( wxSize( -1,48 ) );
|
||||||
|
|
||||||
wxBoxSizer* sc_content;
|
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 = new wxStaticText( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT );
|
||||||
m_product_name->Wrap( -1 );
|
m_product_name->Wrap( -1 );
|
||||||
m_product_name->SetFont( wxFont( 14, 70, 90, 90, false, wxEmptyString ) );
|
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 );
|
sc_content->Add( m_product_name, 0, wxALL|wxEXPAND, 5 );
|
||||||
|
|
||||||
|
@ -293,7 +293,7 @@
|
|||||||
<object class="Panel" expanded="1">
|
<object class="Panel" expanded="1">
|
||||||
<property name="aui_managed">0</property>
|
<property name="aui_managed">0</property>
|
||||||
<property name="aui_manager_style">wxAUI_MGR_DEFAULT</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_help"></property>
|
||||||
<property name="context_menu">1</property>
|
<property name="context_menu">1</property>
|
||||||
<property name="enabled">1</property>
|
<property name="enabled">1</property>
|
||||||
@ -373,7 +373,7 @@
|
|||||||
<property name="dock_fixed">0</property>
|
<property name="dock_fixed">0</property>
|
||||||
<property name="docking">Left</property>
|
<property name="docking">Left</property>
|
||||||
<property name="enabled">1</property>
|
<property name="enabled">1</property>
|
||||||
<property name="fg"></property>
|
<property name="fg">wxSYS_COLOUR_HIGHLIGHTTEXT</property>
|
||||||
<property name="floatable">1</property>
|
<property name="floatable">1</property>
|
||||||
<property name="font">,90,90,14,70,0</property>
|
<property name="font">,90,90,14,70,0</property>
|
||||||
<property name="gripper">0</property>
|
<property name="gripper">0</property>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user