1
0
Fork 0
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:
Henrik Hautakoski 2023-04-05 19:37:40 +02:00
parent 3ae2c00faa
commit 6589011be5

View file

@ -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);
}