From 6407bd7dff6c36c90c6f7ad01370db84a2f89201 Mon Sep 17 00:00:00 2001 From: SilverfishVR <53531160+SilverfishVR@users.noreply.github.com> Date: Thu, 25 Aug 2022 00:12:02 +0200 Subject: [PATCH] made Brush width edit field narrower the "trigger sensitive Width" checkBox text was cut off --- applications/BodyPaint4/html/brushesTab.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/BodyPaint4/html/brushesTab.html b/applications/BodyPaint4/html/brushesTab.html index b8f7c6f..a2c34d7 100644 --- a/applications/BodyPaint4/html/brushesTab.html +++ b/applications/BodyPaint4/html/brushesTab.html @@ -34,7 +34,7 @@ } .property.range input[type=number] { margin-left: 0.8rem; - width: 5.4rem; + width: 3.4rem; height: 1.8rem; } .brushButton {