-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Slower .1 resize for grid rows/cols with fractional units (#6523)
**Problem:** Resizing a grid's col/row with fractional unit is very fast (too fast). **Fix:** Adjust the calculation of the new drag value so it slows down to effectively more discernible .1 steps. | Before | After | |-------|----------| | ![Kapture 2024-10-11 at 13 48 38](https://github.com/user-attachments/assets/171befd9-03aa-4070-b88d-08b42e9e6d63) | ![Kapture 2024-10-11 at 13 48 09](https://github.com/user-attachments/assets/5683c313-c830-4a69-8497-95a442c6557d) | Fixes #6522
- Loading branch information
Showing
2 changed files
with
19 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters