[sailfish] extralarge as max instead of huge
This commit is contained in:
parent
93d78bc0b0
commit
b500f27552
3 changed files with 4 additions and 4 deletions
|
|
@ -84,7 +84,7 @@ Page {
|
|||
anchors { left: parent.left; right: parent.right }
|
||||
label: qsTr('Font Size')
|
||||
minimumValue: Theme.fontSizeTiny
|
||||
maximumValue: Theme.fontSizeHuge
|
||||
maximumValue: Theme.fontSizeExtraLarge
|
||||
stepSize: 1
|
||||
value: settings.webviewFontSize
|
||||
valueText: {
|
||||
|
|
@ -101,7 +101,7 @@ Page {
|
|||
case parseInt(Theme.fontSizeLarge):
|
||||
qsTr("Large")
|
||||
break
|
||||
case parseInt(Theme.fontSizeHuge):
|
||||
case parseInt(Theme.fontSizeExtraLarge):
|
||||
qsTr("Huge")
|
||||
break
|
||||
default:
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ Name: harbour-ttrss
|
|||
%{?qtc_builddir:%define _builddir %qtc_builddir}
|
||||
Summary: The Tiny Tiny RSS Reader for Sailfish
|
||||
Version: 0.3.5
|
||||
Release: 1
|
||||
Release: 2
|
||||
Group: Qt/Qt
|
||||
License: LICENSE
|
||||
URL: http://example.org/
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Name: harbour-ttrss
|
||||
Summary: The Tiny Tiny RSS Reader for Sailfish
|
||||
Version: 0.3.5
|
||||
Release: 1
|
||||
Release: 2
|
||||
Group: Qt/Qt
|
||||
URL: http://example.org/
|
||||
License: LICENSE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue