Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Commit 118683b

Browse files
nelsonduarteclaude
andcommitted
fix: esconder toolbar duplicada do viewer — controlos na barra principal
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 15bfa95 commit 118683b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/viewer/panel.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ def _nav_btn(icon_name):
8484
self._zoom_in_btn, self._fit_btn,
8585
self._prev_btn, self._page_lbl, self._next_btn):
8686
hdr_lay.addWidget(w)
87+
self._hdr = hdr
88+
self._hdr.setVisible(False)
8789
layout.addWidget(hdr)
8890

8991
# ── Placeholder ─────────────────────────────────────────────────────

0 commit comments

Comments
 (0)