Update label

This commit is contained in:
luboslenco
2020-03-25 16:41:56 +01:00
parent a97cfe5f66
commit ec9d11e7f5
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ class UIHeader {
Context.tool == ToolDecal ||
Context.tool == ToolText) {
var brushScaleHandle = Id.handle({value: UISidebar.inst.brushScale});
UISidebar.inst.brushScale = ui.slider(brushScaleHandle, tr("Scale"), 0.01, 5.0, true);
UISidebar.inst.brushScale = ui.slider(brushScaleHandle, tr("UV Scale"), 0.01, 5.0, true);
if (brushScaleHandle.changed) {
if (Context.tool == ToolDecal || Context.tool == ToolText) {
ui.g.end();