Improved Widget design

This commit is contained in:
Devine Lu Linvega
2017-01-23 16:34:30 -07:00
parent e3c30aff2b
commit 3cd39017bf
3 changed files with 6 additions and 4 deletions

View File

@@ -80,7 +80,7 @@ function Brush(rune)
return "Eraser "+this.size;
}
else{
return "Brush("+ronin.brush.pointers.length+") "+this.size+" "+this.color.hex+"<br />";
return "Brush "+ronin.brush.pointers.length+"x "+this.size+" <span style='color:"+this.color.hex+"'>&#9679;</span><br />";
}
}