UI tweaks

git-svn-id: http://comictagger.googlecode.com/svn/trunk@410 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
beville@gmail.com 2013-02-04 19:53:03 +00:00
parent c978883584
commit ee6a05deae

View File

@ -64,7 +64,6 @@ class AutoTagMatchWindow(QtGui.QDialog):
self.twList.cellDoubleClicked.connect(self.cellDoubleClicked)
self.skipButton.clicked.connect(self.skipToNext)
self.show()
self.updateData()
def updateData( self):
@ -82,7 +81,7 @@ class AutoTagMatchWindow(QtGui.QDialog):
self.twList.selectRow( 0 )
path = self.current_match_set.ca.path
self.setWindowTitle( u"Select correct match ({0} of {1}): {2}".format(
self.setWindowTitle( u"Select correct match or skip ({0} of {1}): {2}".format(
self.current_match_set_idx+1,
len( self.match_set_list ),
os.path.split(path)[1] ))