Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Commit

Permalink
Hotfix embeeded font feature
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkorpushov committed Sep 3, 2017
1 parent 558af2b commit aaa960e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ui/AboutDialog.py
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'AboutDialog.ui'
# Form implementation generated from reading ui file 'ui/AboutDialog.ui'
#
# Created by: PyQt5 UI code generator 5.7.1
# Created by: PyQt5 UI code generator 5.8
#
# WARNING! All changes made in this file will be lost!

Expand All @@ -12,7 +12,7 @@ class Ui_AboutDialog(object):
def setupUi(self, AboutDialog):
AboutDialog.setObjectName("AboutDialog")
AboutDialog.setWindowModality(QtCore.Qt.ApplicationModal)
AboutDialog.resize(462, 159)
AboutDialog.resize(481, 196)
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Preferred)
sizePolicy.setHorizontalStretch(0)
sizePolicy.setVerticalStretch(0)
Expand Down
4 changes: 2 additions & 2 deletions ui/AboutDialog.ui
Expand Up @@ -9,8 +9,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>462</width>
<height>159</height>
<width>481</width>
<height>196</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down

0 comments on commit aaa960e

Please sign in to comment.