From b343c01ebb1cac6795bd939d5351cdd6853e9d2d Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Fri, 28 Oct 2011 16:23:08 +0200 Subject: [PATCH] expand the toolbar as default --- declarativeimports/plasmacomponents/qml/ToolBar.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/declarativeimports/plasmacomponents/qml/ToolBar.qml b/declarativeimports/plasmacomponents/qml/ToolBar.qml index 68a7472a4..5674b5f50 100644 --- a/declarativeimports/plasmacomponents/qml/ToolBar.qml +++ b/declarativeimports/plasmacomponents/qml/ToolBar.qml @@ -17,13 +17,14 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -import QtQuick 1.0 +import QtQuick 1.1 import org.kde.plasma.core 0.1 as PlasmaCore PlasmaCore.FrameSvgItem { id: toolBar imagePath: "widgets/frame" prefix: "raised" + width: parent.width height: 48 + margins.top + margins.bottom // The current set of tools; null if none.