Tweaked the UI box

git-svn-id: http://comictagger.googlecode.com/svn/trunk@502 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
beville@gmail.com 2013-02-14 18:42:20 +00:00
parent b6b1a4737f
commit 24b192b22c
2 changed files with 16 additions and 8 deletions

View File

@ -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 )

View File

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>1096</width>
<height>575</height>
<height>621</height>
</rect>
</property>
<property name="sizePolicy">
@ -91,23 +91,26 @@
</property>
<property name="minimumSize">
<size>
<width>220</width>
<width>230</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>220</width>
<width>230</width>
<height>16777215</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
<enum>QFrame::Sunken</enum>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<property name="margin">
<number>6</number>
</property>
<item>
<widget class="QLabel" name="lblFilename">
<property name="sizePolicy">
@ -1092,7 +1095,7 @@
<x>0</x>
<y>0</y>
<width>1096</width>
<height>21</height>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menuComicTagger">