summaryrefslogtreecommitdiff
path: root/LiteEditor/CodeLiteUpgradeFrameBase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'LiteEditor/CodeLiteUpgradeFrameBase.cpp')
-rw-r--r--LiteEditor/CodeLiteUpgradeFrameBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/LiteEditor/CodeLiteUpgradeFrameBase.cpp b/LiteEditor/CodeLiteUpgradeFrameBase.cpp
index 7b1e296e..8c5292ea 100644
--- a/LiteEditor/CodeLiteUpgradeFrameBase.cpp
+++ b/LiteEditor/CodeLiteUpgradeFrameBase.cpp
@@ -33,7 +33,7 @@ clInitializeDialogBase::clInitializeDialogBase(wxWindow* parent, wxWindowID id,
wxBoxSizer* boxSizer6 = new wxBoxSizer(wxVERTICAL);
m_panel4->SetSizer(boxSizer6);
- m_banner = new wxBannerWindow(m_panel4, wxID_ANY, wxTOP, wxDefaultPosition, wxSize(-1,-1), 0);
+ m_banner = new wxBannerWindow(m_panel4, wxID_ANY, wxTOP, wxDefaultPosition, wxSize(-1,-1), wxBORDER_THEME);
m_banner->SetBitmap(wxNullBitmap);
m_banner->SetText(_("Initializing CodeLite"), wxT(""));
m_banner->SetGradient(wxSystemSettings::GetColour(wxSYS_COLOUR_ACTIVECAPTION), wxSystemSettings::GetColour(wxSYS_COLOUR_ACTIVECAPTION));