From 3cd4023ea1db22eda21b36b618e35281243527e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Wed, 20 Feb 2013 00:50:14 +0100 Subject: [PATCH] don't show cropped text in toolbox --- qmlpackages/toolbox/contents/ui/main.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qmlpackages/toolbox/contents/ui/main.qml b/qmlpackages/toolbox/contents/ui/main.qml index 2886693fd..4b33c8492 100644 --- a/qmlpackages/toolbox/contents/ui/main.qml +++ b/qmlpackages/toolbox/contents/ui/main.qml @@ -18,8 +18,6 @@ import QtQuick 2.0 -//import org.kde.plasma.core 0.1 as PlasmaCore - Rectangle { id: root color: "white" @@ -33,7 +31,7 @@ Rectangle { Text { id: mainText - text: "esktop Toolbo" + text: "Desktop Toolbox" } Component.onCompleted: {