File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -532,7 +532,9 @@ def menu_clicked_source(self):
532
532
QDesktopServices .openUrl (QUrl ("https://github.com/source-foundry/Slice" ))
533
533
534
534
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
+ )
536
538
537
539
#
538
540
# Button click events
@@ -700,7 +702,9 @@ def load_font(self, filepath):
700
702
axis_value_table_was_set = self .fvar_table_model .load_font (self .font_model )
701
703
702
704
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
+ )
704
708
705
709
# uncheck all bit flag setting check boxes
706
710
self .os2_fsselection_bit_0_checkbox .setChecked (False )
You can’t perform that action at this time.
0 commit comments