From c4f69d2af7d995eb0dd4592c18dc2f6b930bd193 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 19 Oct 2013 11:20:12 +0200 Subject: Make window fixed size. --- plugingui/plugingui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/plugingui.cc') diff --git a/plugingui/plugingui.cc b/plugingui/plugingui.cc index e452965..6601be7 100644 --- a/plugingui/plugingui.cc +++ b/plugingui/plugingui.cc @@ -284,7 +284,7 @@ void PluginGUI::init() window->eventHandler()->registerCloseHandler(closeEventHandler, (void*)&closing); - window->resize(370, 330); + window->setFixedSize(370, 330); window->setCaption("DrumGizmo v"VERSION); GUI::Label *lbl_title = new GUI::Label(window); -- cgit v1.2.3