resized main window to fit translations without scrolling

Now all translations fit in wothout scrolling (tested de, eo, fr and ru)
This commit is contained in:
bitnukl 2013-09-07 10:54:26 +00:00
parent 8042763956
commit 5d64919e1f
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ except AttributeError:
class Ui_MainWindow(object):
def setupUi(self, MainWindow):
MainWindow.setObjectName(_fromUtf8("MainWindow"))
MainWindow.resize(795, 580)
MainWindow.resize(885, 580)
icon = QtGui.QIcon()
icon.addPixmap(QtGui.QPixmap(_fromUtf8(":/newPrefix/images/can-icon-24px.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
MainWindow.setWindowIcon(icon)