Skip to content

Commit 0f02466

Browse files
committed
[__main__] fmt
1 parent 28d423d commit 0f02466

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/slice/__main__.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,9 @@ def menu_clicked_source(self):
532532
QDesktopServices.openUrl(QUrl("https://github.com/source-foundry/Slice"))
533533

534534
def menu_clicked_updatecheck(self):
535-
QDesktopServices.openUrl(QUrl("https://github.com/source-foundry/Slice/releases"))
535+
QDesktopServices.openUrl(
536+
QUrl("https://github.com/source-foundry/Slice/releases")
537+
)
536538

537539
#
538540
# Button click events
@@ -700,7 +702,9 @@ def load_font(self, filepath):
700702
axis_value_table_was_set = self.fvar_table_model.load_font(self.font_model)
701703

702704
self.fvar_table_view.resizeColumnToContents(0)
703-
self.fvar_table_view.verticalHeader().resizeSections(QHeaderView.ResizeToContents)
705+
self.fvar_table_view.verticalHeader().resizeSections(
706+
QHeaderView.ResizeToContents
707+
)
704708

705709
# uncheck all bit flag setting check boxes
706710
self.os2_fsselection_bit_0_checkbox.setChecked(False)

0 commit comments

Comments
 (0)