Skip to content

Commit

Permalink
Updates, cleanups and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghus committed Dec 30, 2018
1 parent 18578af commit 2509b14
Show file tree
Hide file tree
Showing 8 changed files with 453 additions and 327 deletions.
5 changes: 4 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
0.3
- Landscape orientation enabled.
- Variable screen size now works.
- Load the last timer value on program start.
- Optionally load the last timer value on program start.
- Use MusicPickerPage for selected alarm sound file.
- Predefined timers were too wide.
- Couldn't change predefined sec/min to 0.

0.2.1
- Timer didn't show on Sailfish OS 1.1.9.
Expand Down
4 changes: 2 additions & 2 deletions qml/cover/CoverPage.qml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2013-15 Thomas Tanghus
Copyright (C) 2013-19 Thomas Tanghus
All rights reserved.
You may use this file under the terms of BSD license as follows:
Expand Down Expand Up @@ -46,7 +46,7 @@ CoverBackground {
truncationMode: TruncationMode.Fade;
horizontalAlignment: Text.AlignHCenter;
width: parent.width;
font.pixelSize: Theme.fontSizeLarge;
font.pixelSize: Theme.fontSizeExtraLarge;
}
Label {
text: timeText;
Expand Down
Loading

0 comments on commit 2509b14

Please sign in to comment.