From 52aef114fab755d2a58c19252cdc1bcbedd1c122 Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Wed, 9 Jun 2021 05:42:43 +0200 Subject: LineEdit: use ColumnLayout instead of Item (also used in LineEditMulti) --- pages/settings/SettingsLog.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pages/settings') 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: { -- cgit v1.2.3