mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
Improve toolbar styling for macOS
This commit is contained in:
parent
589fea1046
commit
d202befe3f
1 changed files with 2 additions and 1 deletions
|
|
@ -287,7 +287,8 @@ class SidebarToolbar(QToolBar):
|
|||
self._action_group = QActionGroup(self)
|
||||
qconnect(self._action_group.triggered, self._on_action_group_triggered)
|
||||
self._setup_tools()
|
||||
self.setIconSize(QSize(18, 18))
|
||||
self.setIconSize(QSize(16, 16))
|
||||
self.setStyle(QStyleFactory.create("fusion"))
|
||||
|
||||
def _setup_tools(self) -> None:
|
||||
for row in self._tools:
|
||||
|
|
|
|||
Loading…
Reference in a new issue