Skip to content

Commit

Permalink
simple slider update
Browse files Browse the repository at this point in the history
  • Loading branch information
script-fu committed Feb 14, 2025
1 parent 41a5337 commit 075d66e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions content/hub/feature-test/folder/Simple-Sliders.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ Simplify the slider interaction and provide a less distracting slider cursor.
| **1. Click to Slide** | Clicking the numerical area of the slider does not move the slider. | Adjusting values at the top range requires careful cursor control to avoid accidentally activating the numerical input. | Remove detection of left clicking in the numerical input area. |
| **2. Click to Enter Number** | Clicking the numerical area of activates the number entry. | This disrupts slider use. | Clicking the slider activates the numerical entry and allows the slider to slide |
| **3. Grab icons changed** | Grabbing hand icons are used | This is obscuring and cartoon like | Use sb_up_arrow and sb_h_double_arrow, up and side-to-side. |
| **4. Ctrl Clicking** | New Feature | Reset Button is **optionally** hidden | `Ctrl Left Click` the slider to reset it |
| **5. Optional Reset and Link Buttons** | Reset and Brush Link buttons are always displayed | Button are **optionally** hidden | Preferences > Tool Options > Paintbrush Tool > Show Brush Reset Buttons & Show Brush Update Buttons |

### **Benefits**

- Sliders will always slide on a single click, improving usability during tasks like painting.

### Loss
- Users can simplify the GUI with Preference options to unwanted hide buttons.

- Left clicking the numerical input entry will cause the slider to jump to that position and the value will change.
- User has to adapt by right clicking the numerical input for a number change without slider and value jump.
- No cartoon hands.

- Ctrl Left clicking to reset.

0 comments on commit 075d66e

Please sign in to comment.