You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/12/11 14:50:26 UTC

[GitHub] [netbeans] d01010101 opened a new issue, #5068: Scrollbar either normally sized or at window's edge

d01010101 opened a new issue, #5068:
URL: https://github.com/apache/netbeans/issues/5068

   ### Description
   
   Editor scrollbar without pixel hunting. Either of traditional width or at the window's edge (to the left of the overview column).
   
   ### Use case/motivation
   
   Scrollbars are getting smaller. I guess that the primary reasons are certain multimedia aesthetics, documents whose size changes dynamically or are never very long (so that the mouse wheel works well), dynamic width-sensitive layouts or sometimes small space. Then, there is an important reason or current UI convention of putting the scrollbar at the very window's edge so that a maximized window allows a fast gesture to access to the scrollbar with the mouse, event if the scrollbar is thin.
   
   No single of these reasons seems to be the case for Netbeans Editor. Yet, NB inherits the size and intensity decrease of scroll bars from the widget libraries. Many of these reasons are the case for a browser yet Chrome has a scrollbar twice as wide, twice as dark and actually at the window's edge.
   
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   Yes
   
   ### Code of Conduct
   
   Yes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] neilcsmith-net commented on issue #5068: Scrollbar either normally sized or at window's edge

Posted by GitBox <gi...@apache.org>.
neilcsmith-net commented on issue #5068:
URL: https://github.com/apache/netbeans/issues/5068#issuecomment-1346257184

   Personally, I prefer it how it is, and wouldn't want to see it changed by default.  But if you don't want to use another look and feel, then you can override the width easily enough.
   
   Go to `Tools / Options / Appearance / FlatLaf`.  Click `Edit custom properties`.  This will open a text file, so just close the options window.  Add
   
   ```properties
   ScrollBar.width=20
   ```
   
   Save the file.  Restart NetBeans.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists