-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resize grid with precision modifier (#6104)
**Problem:** It should be possible to use the `cmd` modifier key to apply a coarse precision when resizing grid cols/rows similarly to other resizing strategies. **Fix:** When `cmd` is pressed, adjust col/rows size in steps of `10` for pixel values and `.5` for fractional values. https://github.com/user-attachments/assets/cfb61a5d-8712-4082-a084-c233968d8d4d Fixes #6103
- Loading branch information
Showing
1 changed file
with
27 additions
and
6 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