Skip to content

Commit

Permalink
Allow HomeScreenButton to resize, see #725
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid authored and pixelzoom committed Jul 13, 2021
1 parent b6ca8fa commit 657681b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/HomeScreenButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class HomeScreenButton extends VBox {

options = merge( {
cursor: 'pointer',
resize: false, // don't resize the VBox or it will shift down when the border becomes thicker
resize: true,
showUnselectedHomeScreenIconFrame: false, // put a frame around unselected home screen icons

// pdom
Expand Down

0 comments on commit 657681b

Please sign in to comment.