mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +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.Layouts 1.1
|
||||
import org.kde.plasma.core 2.0 as PlasmaCore
|
||||
import org.kde.plasma.components 2.0 as PlasmaComponents
|
||||
import org.nemomobile.voicecall 1.0
|
||||
|
||||
Item {
|
||||
|
|
@ -88,13 +89,12 @@ Item {
|
|||
fill: parent
|
||||
margins: 20
|
||||
}
|
||||
Text {
|
||||
PlasmaComponents.Label {
|
||||
id: status
|
||||
Layout.fillWidth: true
|
||||
horizontalAlignment: Qt.AlignRight
|
||||
verticalAlignment: Qt.AlignVCenter
|
||||
font.pixelSize: one.font.pixelSize
|
||||
color: textColor
|
||||
}
|
||||
|
||||
Grid {
|
||||
|
|
@ -196,7 +196,7 @@ Item {
|
|||
text: manager.activeVoiceCall ? secondsToTimeString(manager.activeVoiceCall.duration) : ''
|
||||
}
|
||||
RowLayout {
|
||||
height: parent.height / 3
|
||||
Layout.minimumHeight: parent.height / 3
|
||||
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue