mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge 333ec8be82 into merged_master (Bitcoin PR bitcoin-core/gui#330)
This commit is contained in:
commit
dce5ea8d1d
1 changed files with 2 additions and 0 deletions
|
|
@ -529,6 +529,8 @@ RPCConsole::RPCConsole(interfaces::Node& node, const PlatformStyle *_platformSty
|
|||
//: Secondary shortcut to decrease the RPC console font size.
|
||||
GUIUtil::AddButtonShortcut(ui->fontSmallerButton, tr("Ctrl+_"));
|
||||
|
||||
ui->promptIcon->setIcon(platformStyle->SingleColorIcon(QStringLiteral(":/icons/prompticon")));
|
||||
|
||||
// Install event filter for up and down arrow
|
||||
ui->lineEdit->installEventFilter(this);
|
||||
ui->lineEdit->setMaxLength(16 * 1024 * 1024);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue