# HG changeset patch # User Sebastien Jodogne # Date 1670003346 -3600 # Node ID 637d6373127a9958434aef2edb6a03a84f4abf99 # Parent abd4ee1648de906e43c790e985419e5b906ec152 width of the vertical slider has doubled to ease user interactions diff -r abd4ee1648de -r 637d6373127a Applications/StoneWebViewer/NEWS --- a/Applications/StoneWebViewer/NEWS Fri Dec 02 18:44:11 2022 +0100 +++ b/Applications/StoneWebViewer/NEWS Fri Dec 02 18:49:06 2022 +0100 @@ -3,6 +3,7 @@ * Annotations are grouped into one submenu for narrow screens * Fix measurement of arcs +* Width of the vertical slider has doubled to ease user interactions Version 2.4 (2022-11-02) diff -r abd4ee1648de -r 637d6373127a Applications/StoneWebViewer/WebApplication/app-fixes.css --- a/Applications/StoneWebViewer/WebApplication/app-fixes.css Fri Dec 02 18:44:11 2022 +0100 +++ b/Applications/StoneWebViewer/WebApplication/app-fixes.css Fri Dec 02 18:49:06 2022 +0100 @@ -50,12 +50,12 @@ top: 0; bottom: 0; right: 0; - width: 10px; + width: 20px; background-color: #1b663e; } .wvInfoRightMargin { - right: 10px !important; /* must match the "width" of "wvVerticalScrollbar" */ + right: 20px !important; /* must match the "width" of "wvVerticalScrollbar" */ } .wvVerticalScrollbarHighlight {