Skip to content

Commit d193eeb

Browse files
committed
set toolbar style for bigSur +
1 parent 48fa1cc commit d193eeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Batch.roboFontExt/lib/toolBox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def __init__(self):
143143
),
144144
]
145145

146-
self.w.addToolbar(toolbarIdentifier="ToolBoxToolbar", toolbarItems=toolbarItems, addStandardItems=False)
146+
self.w.addToolbar(toolbarIdentifier="ToolBoxToolbar", toolbarItems=toolbarItems, addStandardItems=False, toolbarStyle="preference")
147147

148148
y = 10
149149

0 commit comments

Comments
 (0)