diff options
Diffstat (limited to 'pages/settings/SettingsLog.qml')
| -rw-r--r-- | pages/settings/SettingsLog.qml | 3 |
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: { |
