Skip to content

Commit

Permalink
This version is just a small bugfix for the previous version (1.2-1).
Browse files Browse the repository at this point in the history
  • Loading branch information
Scharel Clemens committed Jun 17, 2017
1 parent 7fdf174 commit a7375fe
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion qml/pages/AboutPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
}

Expand Down
2 changes: 1 addition & 1 deletion qml/pages/SongPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
3 changes: 3 additions & 0 deletions rpm/harbour-lidderbuch.changes
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
# * date Author's Name <author's email> version-release
# - Summary of changes

* Sat Jun 17 2017 Scharel Clemens <[email protected]> 1.3-1
- Fixed a bug introduced with 1.2-1 about font sizes in the song page

* Sat Jun 17 2017 Scharel Clemens <[email protected]> 1.2-1
- Highlight the current line of a song by tabbing on the screen
- Copy the weblink to a song to the clipboard
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-lidderbuch.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-lidderbuch.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a7375fe

Please sign in to comment.