Skip to content

Commit

Permalink
(upd) font-size inceased to 72point
Browse files Browse the repository at this point in the history
  • Loading branch information
javadr committed Mar 16, 2023
1 parent a26bf84 commit 6d8d0df
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.4.2 -- 2023-03-16
-- Font-size incread to 72point.

0.4.1 -- 2023-03-16
-- Fix issue #5

Expand Down
2 changes: 1 addition & 1 deletion negar_gui/Ui_mwin.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def setupUi(self, MainWindow):
self.gridLayout_3.addWidget(self.font_slider_label, 0, 0, 1, 1)
self.font_slider = QtWidgets.QSlider(self.frame_4)
self.font_slider.setMinimum(10)
self.font_slider.setMaximum(40)
self.font_slider.setMaximum(72)
self.font_slider.setProperty("value", 18)
self.font_slider.setOrientation(QtCore.Qt.Horizontal)
self.font_slider.setObjectName("font_slider")
Expand Down
2 changes: 1 addition & 1 deletion negar_gui/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from pathlib import Path
import platform

__version__ = "0.4.1"
__version__ = "0.4.2"

if platform.system() == 'Windows':
LOGO = ":/images/icons/logo_small.png"
Expand Down
2 changes: 1 addition & 1 deletion negar_gui/mwin.ui
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
<number>10</number>
</property>
<property name="maximum">
<number>40</number>
<number>72</number>
</property>
<property name="value">
<number>18</number>
Expand Down

0 comments on commit 6d8d0df

Please sign in to comment.