Skip to content

Commit

Permalink
Fixing _actionhint location (covered previously by the snapshot)
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemov-ledger committed Jan 29, 2025
1 parent 7af855a commit 6320c72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ragger/gui/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,10 @@ def _init_gui_widgets(self) -> None:
layout.addWidget(self._devicebody, 0, 0)
layout.addWidget(self._lb, 0, 0)
layout.addWidget(self._rb, 0, 0)
layout.addWidget(self._actionhint, 0, 0)
layout.addWidget(self._actionhint, 1, 0)
layout.addWidget(self._screenshot, 0, 0)
layout.addWidget(self._yes, 1, 0)
layout.addWidget(self._no, 2, 0)
layout.addWidget(self._yes, 2, 0)
layout.addWidget(self._no, 3, 0)

self._central_widget.setLayout(layout)
self.setCentralWidget(self._central_widget)
Expand Down

0 comments on commit 6320c72

Please sign in to comment.