@@ -231,7 +231,9 @@ def setUIMainLayout(self):
231
231
#
232
232
233
233
def setUIAppIconTitle (self ):
234
- monoton_id = QFontDatabase .addApplicationFont (":/font/Monoton-Regular.subset.ttf" )
234
+ monoton_id = QFontDatabase .addApplicationFont (
235
+ ":/font/Monoton-Regular.subset.ttf"
236
+ )
235
237
font_family = QFontDatabase .applicationFontFamilies (monoton_id )[0 ]
236
238
monoton = QFont (font_family )
237
239
outerHBox = QHBoxLayout ()
@@ -518,7 +520,9 @@ def menu_clicked_source(self):
518
520
QDesktopServices .openUrl (QUrl ("https://github.com/source-foundry/Slice" ))
519
521
520
522
def menu_clicked_updatecheck (self ):
521
- QDesktopServices .openUrl (QUrl ("https://github.com/source-foundry/Slice/releases" ))
523
+ QDesktopServices .openUrl (
524
+ QUrl ("https://github.com/source-foundry/Slice/releases" )
525
+ )
522
526
523
527
#
524
528
# Button click events
@@ -671,7 +675,9 @@ def load_font(self, filepath):
671
675
axis_value_table_was_set = self .fvar_table_model .load_font (self .font_model )
672
676
673
677
self .fvar_table_view .resizeColumnToContents (0 )
674
- self .fvar_table_view .verticalHeader ().resizeSections (QHeaderView .ResizeToContents )
678
+ self .fvar_table_view .verticalHeader ().resizeSections (
679
+ QHeaderView .ResizeToContents
680
+ )
675
681
676
682
# uncheck all bit flag setting check boxes
677
683
self .os2_fsselection_bit_0_checkbox .setChecked (False )
0 commit comments