Merge branch 'ebf201902022052' of cwtch.im/ui into master

This commit is contained in:
erinn 2019-02-04 18:48:53 +00:00 committed by Gogs
commit 7609cc3d04
1 changed files with 2 additions and 2 deletions

View File

@ -92,8 +92,8 @@ func initializeQtView() *quick.QQuickView {
quickcontrols2.QQuickStyle_SetStyle("Universe")
view := quick.NewQQuickView(nil)
view.SetResizeMode(quick.QQuickView__SizeRootObjectToView)
view.SetMinimumHeight(800) // these end up getting overridden by main.qml
view.SetMinimumWidth(1200)
//view.SetMinimumHeight(800) // these end up getting overridden by main.qml
//view.SetMinimumWidth(1200)
view.SetTitle("cwtch")
return view