diff options
author | Toni Uhlig <Toni.Uhlig@tq-group.com> | 2017-12-04 12:38:54 +0100 |
---|---|---|
committer | Toni Uhlig <Toni.Uhlig@tq-group.com> | 2017-12-04 12:38:54 +0100 |
commit | e9abbd2e1a7a3eb1fdbdfb65f4c3731d3bcb077a (patch) | |
tree | 20e9d38e608bb0cfe258f6b1f9a471a30fd59171 /src | |
parent | a7cd547ae39ee6f647f5d79a6a1edcbc20097ada (diff) |
changed main frame background color to lightgray
Diffstat (limited to 'src')
-rw-r--r-- | src/UpdateGUI.cpp | 2 | ||||
-rw-r--r-- | src/license.h | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/src/UpdateGUI.cpp b/src/UpdateGUI.cpp index 0eabffe..ed8277e 100644 --- a/src/UpdateGUI.cpp +++ b/src/UpdateGUI.cpp @@ -43,7 +43,7 @@ bool UpdateGUI::OnInit() UpdateGUIFrame::UpdateGUIFrame(const wxString& title, const wxPoint& pos, const wxSize& size) : wxFrame(NULL, wxID_ANY, title, pos, size) { - SetBackgroundColour(wxColour(220, 230, 250)); + SetBackgroundColour(wxColour(220, 220, 220)); wxMenu *menuFile = new wxMenu; menuFile->Append(wxID_UPDATEFILE, diff --git a/src/license.h b/src/license.h new file mode 100644 index 0000000..0ff939f --- /dev/null +++ b/src/license.h @@ -0,0 +1,6 @@ +#ifndef LICENSE_H +#define LICENSE_H 1 + +#define ALL_LICENSES \ + +#endif |