diff --git a/qml/pages/AboutPage.qml b/qml/pages/AboutPage.qml index f679b6a..eaadac4 100644 --- a/qml/pages/AboutPage.qml +++ b/qml/pages/AboutPage.qml @@ -24,7 +24,7 @@ Page { spacing: Theme.paddingMedium //: App version Label { text: qsTr("Versioun"); color: Theme.primaryColor } - Label { text: "1.2-1"; color: Theme.highlightColor } + Label { text: "1.3-1"; color: Theme.highlightColor } Label { text: qsTr("Debug-Modus"); visible: debug; color: Theme.secondaryColor } } diff --git a/qml/pages/SongPage.qml b/qml/pages/SongPage.qml index 8992ca1..97927f8 100644 --- a/qml/pages/SongPage.qml +++ b/qml/pages/SongPage.qml @@ -116,7 +116,7 @@ Page { selectionColor: songsPage.fontColor selectedTextColor: Qt.colorEqual(songsPage.bgColor, "transparent") ? "black" : songsPage.bgColor font.family: Theme.fontFamily - font.pixelSize: 0 + font.pixelSize: songsPage.fontSize wrapMode: Text.Wrap text: model.content } diff --git a/rpm/harbour-lidderbuch.changes b/rpm/harbour-lidderbuch.changes index 3859b0d..126eb7f 100644 --- a/rpm/harbour-lidderbuch.changes +++ b/rpm/harbour-lidderbuch.changes @@ -8,6 +8,9 @@ # * date Author's Name version-release # - Summary of changes +* Sat Jun 17 2017 Scharel Clemens 1.3-1 +- Fixed a bug introduced with 1.2-1 about font sizes in the song page + * Sat Jun 17 2017 Scharel Clemens 1.2-1 - Highlight the current line of a song by tabbing on the screen - Copy the weblink to a song to the clipboard diff --git a/rpm/harbour-lidderbuch.spec b/rpm/harbour-lidderbuch.spec index 773a67c..6f30521 100644 --- a/rpm/harbour-lidderbuch.spec +++ b/rpm/harbour-lidderbuch.spec @@ -13,7 +13,7 @@ Name: harbour-lidderbuch %{!?qtc_make:%define qtc_make make} %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: ACEL Lidderbuch -Version: 1.2 +Version: 1.3 Release: 1 Group: Qt/Qt License: LICENSE diff --git a/rpm/harbour-lidderbuch.yaml b/rpm/harbour-lidderbuch.yaml index 28ad3c4..14b5cfc 100644 --- a/rpm/harbour-lidderbuch.yaml +++ b/rpm/harbour-lidderbuch.yaml @@ -1,6 +1,6 @@ Name: harbour-lidderbuch Summary: ACEL Lidderbuch -Version: 1.2 +Version: 1.3 Release: 1 # The contents of the Group field should be one of the groups listed here: # http://gitorious.org/meego-developer-tools/spectacle/blobs/master/data/GROUPS