diff options
| author | André Nusser <andre.nusser@googlemail.com> | 2017-04-01 17:12:25 +0200 | 
|---|---|---|
| committer | André Nusser <andre.nusser@googlemail.com> | 2017-04-01 17:12:25 +0200 | 
| commit | 74639e7f0a2bbdd63433c5c4d9779f9855681f2f (patch) | |
| tree | 01244a89348386cdbdee5d580a7cf0085c4cde1c | |
| parent | ce19cf9c61bfe241e736ab28c7dbb01a08325d69 (diff) | |
Change size of MainWindow.
| -rw-r--r-- | plugingui/testmain.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/plugingui/testmain.cc b/plugingui/testmain.cc index c565a38..79356e2 100644 --- a/plugingui/testmain.cc +++ b/plugingui/testmain.cc @@ -53,7 +53,7 @@ int main()  	parent.show();  	main_window.show(); -	parent.resize(370, 330); +	parent.resize(500, 800);  	while(true)  	{ | 
