diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2021-06-09 05:42:43 +0200 |
|---|---|---|
| committer | rating89us <rating89us@rating89us.com> | 2021-06-11 17:13:52 +0200 |
| commit | 52aef114fab755d2a58c19252cdc1bcbedd1c122 (patch) | |
| tree | 78c30b3caf180a68652b0cf914ec722104a26625 /pages/settings/SettingsLog.qml | |
| parent | 7c379e2cdaafc0cd618dbaab466625aa76c918bf (diff) | |
| download | monzero-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/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: { |
