Fix subtype tally alignment by using grid layout instead of character padding

This commit is contained in:
DawnFire42 2026-06-04 20:29:28 -04:00
parent 3c2a59ce6e
commit 74381b5c06
No known key found for this signature in database
GPG key ID: 24BB855EE2911B33
5 changed files with 74 additions and 73 deletions

View file

@ -1,5 +1,6 @@
#ifndef COCKATRICE_QT_UTILS_H
#define COCKATRICE_QT_UTILS_H
#include <QLayout>
#include <QObject>
namespace QtUtils