diff --git a/comictaggerlib/taggerwindow.py b/comictaggerlib/taggerwindow.py index 56ebda5..1fc2fc3 100644 --- a/comictaggerlib/taggerwindow.py +++ b/comictaggerlib/taggerwindow.py @@ -145,6 +145,7 @@ class TaggerWindow( QtGui.QMainWindow): # for all sorts of wacky things # tweak some control fonts + utils.reduceWidgetFontSize( self.lblFilename, 1 ) utils.reduceWidgetFontSize( self.lblArchiveType ) utils.reduceWidgetFontSize( self.lblTagList ) utils.reduceWidgetFontSize( self.lblPageCount )