Increase toolbar size

This commit is contained in:
Angela Mazzurco 2017-08-03 17:29:18 +02:00
parent beed9bebce
commit 9f52ffb677

View File

@ -60,6 +60,7 @@ ApplicationWindow
header: ToolBar header: ToolBar
{ {
id: toolBar id: toolBar
height: 50
property alias titleText: toolBarText.text property alias titleText: toolBarText.text
property alias loaderSource: imageLoader.sourceComponent property alias loaderSource: imageLoader.sourceComponent
property alias gxsSource: imageLoader.gxsSource property alias gxsSource: imageLoader.gxsSource
@ -218,11 +219,6 @@ ApplicationWindow
} }
} }
StackView StackView