list position fixed

This commit is contained in:
DawnFire42 2026-06-08 21:08:04 -04:00
parent 4447214c7a
commit 4850bcf809
No known key found for this signature in database
GPG key ID: 24BB855EE2911B33
2 changed files with 26 additions and 7 deletions

View file

@ -27,7 +27,7 @@ private:
QGridLayout *subtypeCountLayout; ///< Grid layout for subtype name/count pairs
QPointF selectionOrigin;
void rebuildSubtypeLabels(const QList<SubtypeEntry> &entries);
QSize rebuildSubtypeLabels(const QList<SubtypeEntry> &entries);
void clearSubtypeLabels();
protected: