mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-16 03:44:56 +02:00
gui/src/GenerateWindow.cpp: Make the key fields abit longer.
This commit is contained in:
parent
3ae2c00faa
commit
6589011be5
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
#include "GenerateWindow.hpp"
|
||||
|
||||
void _initKeyWidget(QLineEdit& w, const QFont& font) {
|
||||
w.setFixedWidth(450);
|
||||
w.setFixedWidth(460);
|
||||
w.setFont(font);
|
||||
w.setReadOnly(true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue