|
|
|
@ -58,7 +58,7 @@ ShaderExample { |
|
|
|
width: parent.width * 0.6 |
|
|
|
width: parent.width * 0.6 |
|
|
|
height: 96 |
|
|
|
height: 96 |
|
|
|
spacing: 6 |
|
|
|
spacing: 6 |
|
|
|
columnSpacing: _m |
|
|
|
columnSpacing: 12 |
|
|
|
PlasmaComponents.Label { |
|
|
|
PlasmaComponents.Label { |
|
|
|
text: "Distance:"; |
|
|
|
text: "Distance:"; |
|
|
|
width: parent.width * 0.5; |
|
|
|
width: parent.width * 0.5; |
|
|
|
@ -139,6 +139,7 @@ ShaderExample { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
PlasmaCore.SvgItem { |
|
|
|
PlasmaCore.SvgItem { |
|
|
|
|
|
|
|
id: buttonItem |
|
|
|
svg: PlasmaCore.Svg { |
|
|
|
svg: PlasmaCore.Svg { |
|
|
|
id: configIconsSvg |
|
|
|
id: configIconsSvg |
|
|
|
imagePath: "widgets/configuration-icons" |
|
|
|
imagePath: "widgets/configuration-icons" |
|
|
|
|