Skip to content

Commit

Permalink
Fixes #53: 4th option for the background display fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AgriyaDev5 committed Jan 7, 2021
1 parent 4cc0212 commit 6262a63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/editor/dialogs/editorPreferencesDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,12 @@ template.innerHTML = `
float: left;
margin: 2px;
padding: 20px;
border: 1px solid #6f6f6f;
}
#change_background div.cur_background {
border: 2px solid blue;
padding: 18px;
padding: 19px;
}
#canvas_bg_url {
display: block;
Expand Down

0 comments on commit 6262a63

Please sign in to comment.