Skip to content

Commit

Permalink
Merge branch 'pr/1663' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Laské committed Oct 6, 2024
2 parents 461795e + 1b9e831 commit 7c88bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- PDF generated by Story doesn't contain image on iOS/Android #969
- Bug in Calligra Activity when letters deleted #1466
- Missing flag handling in ColorMyWorld #1603
- Position of Sugar Icon in Popup on homescreen is toward bottom right #1662

## [1.8.0] - 2024-04-10
### Added
Expand Down
2 changes: 1 addition & 1 deletion js/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ enyo.kind({
published: { margin: null, header: null, items: null, footer: null },
components: [
{name: "popuptitle", classes: "popup-title", ontap: "runHeaderAction", components: [
{name: "icon", showing: false, kind: "Sugar.Icon", x: 5, y: 5, size: constant.iconSizeList},
{name: "icon", showing: false, kind: "Sugar.Icon", x: 1, y: 1, size: constant.iconSizeList},
{name: "name", classes: "popup-name-text"},
{name: "title", classes: "popup-title-text"},
]},
Expand Down

0 comments on commit 7c88bc1

Please sign in to comment.