fix: add spacing to project row metadata

This commit is contained in:
thanhnv
2026-09-16 00:31:33 +09:00
parent a04f8a928d
commit c00b83cd1a
+1 -1
View File
@@ -52,7 +52,7 @@ class ProjectRow(QWidget):
lay = QVBoxLayout(self)
lay.setContentsMargins(6, 4, 6, 4)
lay.setSpacing(0)
lay.setSpacing(3)
self.title_label = QLabel(name)
self.counts_label = QLabel()
self.counts_label.setObjectName("hint")