Feature/perf ui logic #13

Merged
gitea-admin merged 15 commits from feature/perf-ui-logic into main 2026-09-20 12:26:04 +00:00
Showing only changes of commit c00b83cd1a - Show all commits
+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")