Skip to content

Commit

Permalink
Cosmetic tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Jan 11, 2015
1 parent b95b054 commit c0c9c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/config/General.qml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Item {
minimumValue: 0
maximumValue: 59
height: _style.checkBoxIconSize
width: 50 * _controller.dpiFactor
width: 55 * _controller.dpiFactor
value: _controller.defaultPomodoroDuration
onValueChanged: {
// The binding gets broken when user edits, not sure how to fix it.. so hack it:
Expand Down

0 comments on commit c0c9c97

Please sign in to comment.