Field for register set name was too narrow.

This commit is contained in:
Jared Boone 2015-12-13 11:50:31 -08:00
parent c7d49eb190
commit 32108a8229

View File

@ -175,7 +175,7 @@ public:
private:
Text text_title {
{ 88, 16, 40, 16 },
{ 88, 16, 64, 16 },
RegistersWidget::name,
};