You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
221 B
QML
11 lines
221 B
QML
8 years ago
|
import QtQuick 2.0
|
||
|
import QtQuick.Layouts 1.3
|
||
|
|
||
|
import org.kde.plasma.components 2.0 as PlasmaComponents
|
||
|
|
||
|
PlasmaComponents.Label{
|
||
|
font.pointSize: 1.3 * theme.defaultFont.pointSize
|
||
|
|
||
|
Layout.alignment: Qt.AlignLeft
|
||
|
}
|