mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-04 12:03:41 +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"
|
#include "GenerateWindow.hpp"
|
||||||
|
|
||||||
void _initKeyWidget(QLineEdit& w, const QFont& font) {
|
void _initKeyWidget(QLineEdit& w, const QFont& font) {
|
||||||
w.setFixedWidth(450);
|
w.setFixedWidth(460);
|
||||||
w.setFont(font);
|
w.setFont(font);
|
||||||
w.setReadOnly(true);
|
w.setReadOnly(true);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue