diff --git a/presentation/workspace/project_editing.py b/presentation/workspace/project_editing.py index 78ab5cd..8851da9 100644 --- a/presentation/workspace/project_editing.py +++ b/presentation/workspace/project_editing.py @@ -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")