Skip to content

Commit

Permalink
introduce spacing between device-chooser buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
daringer committed Dec 1, 2023
1 parent 54c1469 commit 1e89395
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nitrokeyapp/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ def __init__(self, qt_app: QtWidgets.QApplication, log_file: str):
self.tabs.addTab(view.widget, view.title)
self.tabs.currentChanged.connect(self.slot_tab_changed)

# set some spacing between Nitrokey buttons
self.ui.nitrokeyButtonsLayout.setSpacing(8)

self.init_gui()
self.show()

Expand Down

0 comments on commit 1e89395

Please sign in to comment.