From 863f158d4d481f80ba241abd16d9acf30b2f7895 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Sat, 6 Feb 2016 09:38:45 +0100 Subject: [PATCH] Increased default window height --- ZRCola/zrcolaframe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZRCola/zrcolaframe.cpp b/ZRCola/zrcolaframe.cpp index 67179e1..6d0dc8d 100644 --- a/ZRCola/zrcolaframe.cpp +++ b/ZRCola/zrcolaframe.cpp @@ -38,7 +38,7 @@ bool wxZRColaFrame::Create() { wxImage::AddHandler(new wxICOHandler); - wxCHECK(wxAppBarFrame::Create(NULL, wxID_ANY, _("ZRCola"), wxABS_FLOAT, wxABF_ALLOWFLOAT | wxABF_ALLOWDOCKHORIZONTAL | wxABF_ALLOWSIZING | wxABF_HIDETASKBARTABWHENDOCKED, wxDefaultPosition, wxSize(400, 100)), false); + wxCHECK(wxAppBarFrame::Create(NULL, wxID_ANY, _("ZRCola"), wxABS_FLOAT, wxABF_ALLOWFLOAT | wxABF_ALLOWDOCKHORIZONTAL | wxABF_ALLOWSIZING | wxABF_HIDETASKBARTABWHENDOCKED, wxDefaultPosition, wxSize(400, 150)), false); wxFont fontZRCola(20, wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL, false, wxT("00 ZRCola"));