mirror of
https://github.com/seiichiro0185/sailotp.git
synced 2024-11-01 01:38:25 +00:00
Version 1.7.2
Small Visual Fix for SFOS 2.2.0.29
This commit is contained in:
parent
bd2d7f27c6
commit
3bf8bae5f8
3 changed files with 7 additions and 4 deletions
|
@ -116,7 +116,7 @@ Page {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
maximumValue: 29
|
maximumValue: 29
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.topMargin: 36 * Theme.pixelRatio
|
anchors.topMargin: Theme.itemSizeExtraSmall - Theme.paddingSmall
|
||||||
// Only show when there are enries
|
// Only show when there are enries
|
||||||
visible: appWin.listModel.count
|
visible: appWin.listModel.count
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,11 @@
|
||||||
* Mon Apr 09 2019 Stefan Brand <sailfish@seiichiro0185.org> 1.7.1-1
|
* Sun Jun 17 2018 Stefan Brand <sailfish@seiichiro0185.org> 1.7.2-1
|
||||||
|
- Visual fixes for SFOS 2.2.0.29
|
||||||
|
|
||||||
|
* Mon Apr 09 2018 Stefan Brand <sailfish@seiichiro0185.org> 1.7.1-1
|
||||||
- Added Italian Translation
|
- Added Italian Translation
|
||||||
- Adapt Packaging for new Harbour Rules
|
- Adapt Packaging for new Harbour Rules
|
||||||
|
|
||||||
* Mon Apr 02 2019 Stefan Brand <sailfish@seiichiro0185.org> 1.7-1
|
* Mon Apr 02 2018 Stefan Brand <sailfish@seiichiro0185.org> 1.7-1
|
||||||
- Added Chinese Translation
|
- Added Chinese Translation
|
||||||
- Added Finish Translation
|
- Added Finish Translation
|
||||||
- Added Russian Translation
|
- Added Russian Translation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name: harbour-sailotp
|
Name: harbour-sailotp
|
||||||
Summary: SailOTP
|
Summary: SailOTP
|
||||||
Version: 1.7.1
|
Version: 1.7.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Security
|
Group: Security
|
||||||
URL: https://github.com/seiichiro0185/sailotp/
|
URL: https://github.com/seiichiro0185/sailotp/
|
||||||
|
|
Loading…
Reference in a new issue