Skip to content

Commit

Permalink
feat(elements): use paint-ruler
Browse files Browse the repository at this point in the history
  • Loading branch information
christianliebel committed Jul 2, 2020
1 parent 3b380a4 commit d1fe8a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elements/status-bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class StatusBar extends LitElement {
flex-direction: column;
}
hr {
paint-ruler {
margin: 0 0 2px 0;
}
Expand All @@ -33,7 +33,7 @@ class StatusBar extends LitElement {

render() {
return html`
<hr>
<paint-ruler></paint-ruler>
<div>
<paint-inset-container>For Help, click Help Topics on the Help Menu.</paint-inset-container>
<paint-inset-container class="tool">0,0</paint-inset-container>
Expand Down

0 comments on commit d1fe8a6

Please sign in to comment.