diff --git a/comictaggerlib/taggerwindow.py b/comictaggerlib/taggerwindow.py index 5508d07..56ebda5 100644 --- a/comictaggerlib/taggerwindow.py +++ b/comictaggerlib/taggerwindow.py @@ -143,7 +143,12 @@ class TaggerWindow( QtGui.QMainWindow): #TODO set up an RE validator for issueNum that allows # for all sorts of wacky things - + + # tweak some control fonts + utils.reduceWidgetFontSize( self.lblArchiveType ) + utils.reduceWidgetFontSize( self.lblTagList ) + utils.reduceWidgetFontSize( self.lblPageCount ) + #make sure some editable comboboxes don't take drop actions self.cbFormat.lineEdit().setAcceptDrops(False) self.cbMaturityRating.lineEdit().setAcceptDrops(False) @@ -554,7 +559,7 @@ class TaggerWindow( QtGui.QMainWindow): filename = os.path.basename( ca.path ) filename = os.path.splitext(filename)[0] - filename = FileNameParser().fixSpaces(filename) + filename = FileNameParser().fixSpaces(filename, False) self.lblFilename.setText( filename ) diff --git a/comictaggerlib/ui/taggerwindow.ui b/comictaggerlib/ui/taggerwindow.ui index d363c75..0ff3f56 100644 --- a/comictaggerlib/ui/taggerwindow.ui +++ b/comictaggerlib/ui/taggerwindow.ui @@ -7,7 +7,7 @@ 0 0 1096 - 575 + 621 @@ -91,23 +91,26 @@ - 220 + 230 0 - 220 + 230 16777215 - QFrame::StyledPanel + QFrame::Panel - QFrame::Raised + QFrame::Sunken + + 6 + @@ -1092,7 +1095,7 @@ 0 0 1096 - 21 + 22