Commit 81292d33 authored by Jens Bache-Wiig's avatar Jens Bache-Wiig Committed by The Qt Project
Browse files

Fix ToolBar size


We should not override the implicit size.

Change-Id: I12b8639c527e6c2170507c3ce36605ae1d839b90
Reviewed-by: default avatarJ-P Nurmi <jpnurmi@digia.com>
Reviewed-by: default avatarJens Bache-Wiig <jens.bache-wiig@digia.com>
parent fe0505d3
No related merge requests found
Showing with 0 additions and 2 deletions
......@@ -69,8 +69,6 @@ import QtQuick.Controls.Private 1.0
*/
Item {
width: toolbar.width
height: toolbar.height
implicitHeight: toolbar.implicitHeight
implicitWidth: parent ? parent.width : toolbar.implicitWidth
Accessible.role: Accessible.ToolBar
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment