Mercurial > hg > orthanc-stone
changeset 2012:637d6373127a
width of the vertical slider has doubled to ease user interactions
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 02 Dec 2022 18:49:06 +0100 |
parents | abd4ee1648de |
children | dbafd535136e |
files | Applications/StoneWebViewer/NEWS Applications/StoneWebViewer/WebApplication/app-fixes.css |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)
--- 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 {