Skip to content

Commit b2a37c3

Browse files
committed
Reduce vertical space above buttons
1 parent 6c03ee7 commit b2a37c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cdprep/dwnld_data/dwnld_data_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def __initUI__(self):
291291
toolbar_grid.addWidget(self.btn_download, 1, 4)
292292
toolbar_grid.addWidget(btn_close, 1, 5)
293293
toolbar_grid.setColumnStretch(0, 100)
294-
toolbar_grid.setContentsMargins(0, 30, 0, 0)
294+
toolbar_grid.setContentsMargins(0, 10, 0, 0)
295295

296296
# Setup the left panel.
297297
left_panel = QFrame()

0 commit comments

Comments
 (0)