Skip to content

Commit

Permalink
Update online_plots.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bimac committed Dec 19, 2024
1 parent 1f045d6 commit b48184d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iblrig/gui/online_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ def __init__(self, parent: QObject, model: TrialsTableModel):
self.model = model

layout = QVBoxLayout(self)
layout.setSpacing(4)
layout.setContentsMargins(0, 8, 0, 36)
layout.setSpacing(5)
layout.setContentsMargins(0, 7, 0, 36)
self.setLayout(layout)

self.titleLabel = QLabel('Trials History')
Expand Down

0 comments on commit b48184d

Please sign in to comment.