Skip to content

Commit

Permalink
Merge pull request #5 from i2y4n/patch-1
Browse files Browse the repository at this point in the history
Update Tweaks.js
  • Loading branch information
Herrie82 authored Jan 23, 2019
2 parents 8183f1c + 6526140 commit 6aaaf20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enjo-app/source/Tweaks.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ enyo.kind({
]},
{name: "middle", fixedWidth: true, peekWidth: 64, width: "704px", dragAnywhere: false, className: "blank-slider", components: [
{name: "middlePane", kind: "Pane", flex: 1, components: [
{layoutKind: "VFlexLayout", flex: 1, align: "center", pack: "center", style: "background: #666666;", components: [
{name: "middleImage", kind: "Image", src: "images/empty-icon.png"}, 
{layoutKind: "VFlexLayout", flex: 1, align: "center", pack: "center", style: "background: #666666;", components: [
{name: "middleImage", kind: "Image", src: "images/empty-icon.png"},
{name: "middleSpinner", kind: "SpinnerLarge"},
{name: "middleProgress", content: "", style: "margin-top: -20px; font-size: 0.7em; color: #999999;"}
]},
Expand Down

0 comments on commit 6aaaf20

Please sign in to comment.