Skip to content

Commit 7c88bc1

Browse files
author
Lionel Laské
committed
Merge branch 'pr/1663' into dev
2 parents 461795e + 1b9e831 commit 7c88bc1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2929
- PDF generated by Story doesn't contain image on iOS/Android #969
3030
- Bug in Calligra Activity when letters deleted #1466
3131
- Missing flag handling in ColorMyWorld #1603
32+
- Position of Sugar Icon in Popup on homescreen is toward bottom right #1662
3233

3334
## [1.8.0] - 2024-04-10
3435
### Added

js/popup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ enyo.kind({
88
published: { margin: null, header: null, items: null, footer: null },
99
components: [
1010
{name: "popuptitle", classes: "popup-title", ontap: "runHeaderAction", components: [
11-
{name: "icon", showing: false, kind: "Sugar.Icon", x: 5, y: 5, size: constant.iconSizeList},
11+
{name: "icon", showing: false, kind: "Sugar.Icon", x: 1, y: 1, size: constant.iconSizeList},
1212
{name: "name", classes: "popup-name-text"},
1313
{name: "title", classes: "popup-title-text"},
1414
]},

0 commit comments

Comments
 (0)