diff --git a/retroshare-qml-app/src/main-app.qml b/retroshare-qml-app/src/main-app.qml index f98f66fa7..f8b7eed0c 100644 --- a/retroshare-qml-app/src/main-app.qml +++ b/retroshare-qml-app/src/main-app.qml @@ -60,6 +60,7 @@ ApplicationWindow header: ToolBar { id: toolBar + height: 50 property alias titleText: toolBarText.text property alias loaderSource: imageLoader.sourceComponent property alias gxsSource: imageLoader.gxsSource @@ -218,11 +219,6 @@ ApplicationWindow } - - - - - } StackView