diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2015-09-26 09:37:06 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2015-09-26 09:37:06 +0200 |
commit | d1197d647d7dd2f306c5e07f8f493f55d312ea0e (patch) | |
tree | d21f9cee6caf7bee6b9828e06005546d7eec5ea6 /mageiaSync | |
parent | 41bed0fdfc82ff3f2eb7f67026728d7570a7bd11 (diff) | |
download | MageiaSync-d1197d647d7dd2f306c5e07f8f493f55d312ea0e.tar MageiaSync-d1197d647d7dd2f306c5e07f8f493f55d312ea0e.tar.gz MageiaSync-d1197d647d7dd2f306c5e07f8f493f55d312ea0e.tar.bz2 MageiaSync-d1197d647d7dd2f306c5e07f8f493f55d312ea0e.tar.xz MageiaSync-d1197d647d7dd2f306c5e07f8f493f55d312ea0e.zip |
Adapt to version 1.0.6
Diffstat (limited to 'mageiaSync')
-rw-r--r-- | mageiaSync/mageiaSyncUI.py | 8 | ||||
-rw-r--r-- | mageiaSync/mageiaSyncUI.ui | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mageiaSync/mageiaSyncUI.py b/mageiaSync/mageiaSyncUI.py index 93e5332..ee71630 100644 --- a/mageiaSync/mageiaSyncUI.py +++ b/mageiaSync/mageiaSyncUI.py @@ -2,8 +2,8 @@ # Form implementation generated from reading ui file 'mageiaSyncUI.ui' # -# Created: Sat Apr 4 14:16:42 2015 -# by: PyQt5 UI code generator 5.1.1 +# Created: Sat Sep 26 09:34:01 2015 +# by: PyQt5 UI code generator 5.4 # # WARNING! All changes made in this file will be lost! @@ -13,7 +13,7 @@ class Ui_mainWindow(object): def setupUi(self, mainWindow): mainWindow.setObjectName("mainWindow") mainWindow.resize(820, 627) - mainWindow.setWindowTitle("mageiaSync v0.1.5") + mainWindow.setWindowTitle("mageiaSync v0.1.6") icon = QtGui.QIcon() icon.addPixmap(QtGui.QPixmap("/usr/share/icons/hicolor/scalable/apps/mageiasync.svg"), QtGui.QIcon.Normal, QtGui.QIcon.Off) mainWindow.setWindowIcon(icon) @@ -113,7 +113,7 @@ class Ui_mainWindow(object): self.gridLayout.addLayout(self.horizontalLayout, 7, 0, 1, 1) mainWindow.setCentralWidget(self.centralwidget) self.menubar = QtWidgets.QMenuBar(mainWindow) - self.menubar.setGeometry(QtCore.QRect(0, 0, 820, 24)) + self.menubar.setGeometry(QtCore.QRect(0, 0, 820, 25)) self.menubar.setObjectName("menubar") self.menuFile = QtWidgets.QMenu(self.menubar) self.menuFile.setLocale(QtCore.QLocale(QtCore.QLocale.English, QtCore.QLocale.UnitedStates)) diff --git a/mageiaSync/mageiaSyncUI.ui b/mageiaSync/mageiaSyncUI.ui index 324f92b..ef6a5ce 100644 --- a/mageiaSync/mageiaSyncUI.ui +++ b/mageiaSync/mageiaSyncUI.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string notr="true">mageiaSync v0.1.5</string> + <string notr="true">mageiaSync v0.1.6</string> </property> <property name="windowIcon"> <iconset> @@ -234,7 +234,7 @@ <x>0</x> <y>0</y> <width>820</width> - <height>24</height> + <height>25</height> </rect> </property> <widget class="QMenu" name="menuFile"> |