aboutsummaryrefslogtreecommitdiff
path: root/pages/settings
diff options
context:
space:
mode:
authorrating89us <45968869+rating89us@users.noreply.github.com>2021-06-09 05:42:43 +0200
committerrating89us <rating89us@rating89us.com>2021-06-11 17:13:52 +0200
commit52aef114fab755d2a58c19252cdc1bcbedd1c122 (patch)
tree78c30b3caf180a68652b0cf914ec722104a26625 /pages/settings
parent7c379e2cdaafc0cd618dbaab466625aa76c918bf (diff)
downloadmonzero-gui-52aef114fab755d2a58c19252cdc1bcbedd1c122.tar.gz
monzero-gui-52aef114fab755d2a58c19252cdc1bcbedd1c122.tar.xz
monzero-gui-52aef114fab755d2a58c19252cdc1bcbedd1c122.zip
LineEdit: use ColumnLayout instead of Item (also used in LineEditMulti)
Diffstat (limited to 'pages/settings')
-rw-r--r--pages/settings/SettingsLog.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/settings/SettingsLog.qml b/pages/settings/SettingsLog.qml
index 2b84ed60..4c393ee9 100644
--- a/pages/settings/SettingsLog.qml
+++ b/pages/settings/SettingsLog.qml
@@ -226,10 +226,13 @@ Rectangle {
MoneroComponents.LineEdit {
id: sendCommandText
Layout.fillWidth: true
+ inputPaddingTop: 0
+ inputPaddingBottom: 0
property var lastCommands: []
property int currentCommandIndex
enabled: !persistentSettings.useRemoteNode
fontBold: false
+ fontSize: 16
placeholderText: qsTr("Type a command (e.g '%1' or '%2') and press Enter").arg("help").arg("status") + translationManager.emptyString
placeholderFontSize: 16
Keys.onUpPressed: {