small ui update

This commit is contained in:
Vilius 2017-06-11 21:09:36 +03:00
parent e0130dbbbc
commit cdd3cd0193
3 changed files with 3 additions and 8 deletions

View File

@ -80,7 +80,7 @@
<div class="block" id="action_attributes"></div>
</div>
<div id="canvas_wrapper">
<canvas style="width:1280px;height:720px;" id="canvas_back"><div class="trn error">Your browser doesn't support canvas.</div></canvas>
<canvas style="width:1280px;height:720px;" id="canvas_back"><div class="trn error">Your browser does not support canvas or JavaScript is not enabled.</div></canvas>
<div id="canvas_more"></div>
<canvas style="width:1280px;height:720px;" id="canvas_front"></canvas>
<canvas style="width:1280px;height:720px;" id="canvas_grid"></canvas>
@ -329,7 +329,6 @@
<script src="languages/tr.js"></script>
<script src="languages/zh.js"></script>
<script src="js/events.js"></script>
<script src="js/file.js"></script>
<script src="js/edit.js"></script>
<script src="js/image.js"></script>
@ -339,6 +338,7 @@
<script src="js/draw_tools.js"></script>
<script src="js/gui.js"></script>
<script src="js/help.js"></script>
<script src="js/events.js"></script>
<script src="config.js"></script>
<script src="js/main.js"></script>

View File

@ -803,11 +803,6 @@ function DRAW_TOOLS_CLASS() {
canvas_front.lineJoin = 'round';
}
/*canvas_front.beginPath();
canvas_front.arc(mouse.x, mouse.y, GUI.action_data().attributes.size / 2, 0, 2 * Math.PI, false);
canvas_front.fillStyle = "rgba(" + color_rgb.r + ", " + color_rgb.g + ", " + color_rgb.b + ", " + ALPHA / 255 + ")";
canvas_front.fill();*/
//blur
canvas_active().shadowBlur = 0;
if (GUI.action_data().attributes.anti_aliasing == true) {

View File

@ -650,7 +650,7 @@ label{
margin:10px;
border:1px solid #ff0000;
background-color:#ffffff;
width:400px;
width:500px;
font-weight:bold;
}
.group{