mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 17:54:45 +00:00
fix layout
This commit is contained in:
parent
9b06ffd68e
commit
974b2fcfda
1 changed files with 3 additions and 3 deletions
|
|
@ -21,6 +21,7 @@
|
||||||
import QtQuick 2.0
|
import QtQuick 2.0
|
||||||
import QtQuick.Layouts 1.1
|
import QtQuick.Layouts 1.1
|
||||||
import org.kde.plasma.core 2.0 as PlasmaCore
|
import org.kde.plasma.core 2.0 as PlasmaCore
|
||||||
|
import org.kde.plasma.components 2.0 as PlasmaComponents
|
||||||
import org.nemomobile.voicecall 1.0
|
import org.nemomobile.voicecall 1.0
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
|
|
@ -88,13 +89,12 @@ Item {
|
||||||
fill: parent
|
fill: parent
|
||||||
margins: 20
|
margins: 20
|
||||||
}
|
}
|
||||||
Text {
|
PlasmaComponents.Label {
|
||||||
id: status
|
id: status
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
horizontalAlignment: Qt.AlignRight
|
horizontalAlignment: Qt.AlignRight
|
||||||
verticalAlignment: Qt.AlignVCenter
|
verticalAlignment: Qt.AlignVCenter
|
||||||
font.pixelSize: one.font.pixelSize
|
font.pixelSize: one.font.pixelSize
|
||||||
color: textColor
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Grid {
|
Grid {
|
||||||
|
|
@ -196,7 +196,7 @@ Item {
|
||||||
text: manager.activeVoiceCall ? secondsToTimeString(manager.activeVoiceCall.duration) : ''
|
text: manager.activeVoiceCall ? secondsToTimeString(manager.activeVoiceCall.duration) : ''
|
||||||
}
|
}
|
||||||
RowLayout {
|
RowLayout {
|
||||||
height: parent.height / 3
|
Layout.minimumHeight: parent.height / 3
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue