don't show cropped text in toolbox
This commit is contained in:
parent
aa233c1055
commit
f0e6ab494d
@ -18,8 +18,6 @@
|
|||||||
|
|
||||||
import QtQuick 2.0
|
import QtQuick 2.0
|
||||||
|
|
||||||
//import org.kde.plasma.core 0.1 as PlasmaCore
|
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: root
|
id: root
|
||||||
color: "white"
|
color: "white"
|
||||||
@ -33,7 +31,7 @@ Rectangle {
|
|||||||
|
|
||||||
Text {
|
Text {
|
||||||
id: mainText
|
id: mainText
|
||||||
text: "esktop Toolbo"
|
text: "Desktop Toolbox"
|
||||||
}
|
}
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
|
Loading…
Reference in New Issue
Block a user