mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 11:38:57 +00:00
parent
c887581994
commit
475800b6ef
@ -414,7 +414,6 @@ Item {
|
|||||||
height: visible ? contentHeight : 0
|
height: visible ? contentHeight : 0
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
text: root.label
|
text: root.label
|
||||||
font.pixelSize: 15
|
|
||||||
color: statusBaseInput.enabled ? Theme.palette.directColor1 : Theme.palette.baseColor1
|
color: statusBaseInput.enabled ? Theme.palette.directColor1 : Theme.palette.baseColor1
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -423,7 +422,6 @@ Item {
|
|||||||
visible: !!root.secondaryLabel
|
visible: !!root.secondaryLabel
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
text: root.secondaryLabel
|
text: root.secondaryLabel
|
||||||
font.pixelSize: 15
|
|
||||||
height: visible ? contentHeight : 0
|
height: visible ? contentHeight : 0
|
||||||
color: Theme.palette.baseColor1
|
color: Theme.palette.baseColor1
|
||||||
}
|
}
|
||||||
@ -448,8 +446,8 @@ Item {
|
|||||||
|
|
||||||
objectName: "statusBaseInput"
|
objectName: "statusBaseInput"
|
||||||
|
|
||||||
implicitWidth: parent.width
|
Layout.fillWidth: true
|
||||||
implicitHeight: internal.inputHeight
|
Layout.preferredHeight: internal.inputHeight
|
||||||
Layout.alignment: Qt.AlignTop
|
Layout.alignment: Qt.AlignTop
|
||||||
Layout.topMargin: (topRow.height > 0) ? labelPadding : 0
|
Layout.topMargin: (topRow.height > 0) ? labelPadding : 0
|
||||||
maximumLength: root.charLimit
|
maximumLength: root.charLimit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user