mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 03:42:05 +02:00
daemonFlags input: fillWidth and force wrap (multiline)
This commit is contained in:
parent
8eb4f0db2a
commit
515d051c6a
@ -396,15 +396,12 @@ Rectangle{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
RowLayout {
|
|
||||||
id: daemonFlagsRow
|
|
||||||
|
|
||||||
MoneroComponents.LineEditMulti {
|
MoneroComponents.LineEditMulti {
|
||||||
id: daemonFlags
|
id: daemonFlags
|
||||||
Layout.preferredWidth: 200
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
labelFontSize: 14 * scaleRatio
|
labelFontSize: 14 * scaleRatio
|
||||||
fontSize: 15 * scaleRatio
|
fontSize: 15 * scaleRatio
|
||||||
|
wrapMode: Text.WrapAnywhere
|
||||||
labelText: qsTr("Daemon startup flags") + translationManager.emptyString
|
labelText: qsTr("Daemon startup flags") + translationManager.emptyString
|
||||||
placeholderText: qsTr("(optional)") + translationManager.emptyString
|
placeholderText: qsTr("(optional)") + translationManager.emptyString
|
||||||
placeholderFontSize: 15 * scaleRatio
|
placeholderFontSize: 15 * scaleRatio
|
||||||
@ -412,7 +409,6 @@ Rectangle{
|
|||||||
addressValidation: false
|
addressValidation: false
|
||||||
onEditingFinished: persistentSettings.daemonFlags = daemonFlags.text;
|
onEditingFinished: persistentSettings.daemonFlags = daemonFlags.text;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
visible: !isMobile && !persistentSettings.useRemoteNode
|
visible: !isMobile && !persistentSettings.useRemoteNode
|
||||||
|
Loading…
Reference in New Issue
Block a user