mirror of
https://github.com/ArnoldSmith86/virtualtabletop.git
synced 2026-03-02 22:57:02 -05:00
StackOffset feature request #873
Labels
No labels
PCIO compatibility
Validator
automated testing
bug
documentation
duplicate
editor
enhancement
enhancement
library
library
maintenance
needs legacy server
pile related
reported client crash
routine operations
user interface
widget properties
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/virtualtabletop#873
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @96LawDawg on GitHub (Mar 18, 2025).
From Jonathan on Discord:
Not sure if this is the right place for it, but the discussion about PCIO card shifting reminded me of a super common thing I have to awkwardly work into my mods: Dynamic StackOffsetX or Y. PCIO does do this, where widgets in a holder won't exceed the holder, they simply overlap more and more as new widgets are added. Right now I do it with the useful snippet from the WIKI (https://github.com/ArnoldSmith86/virtualtabletop/wiki/Useful-code-snippets#Auto-adjust-stackOffsetX-1), but it's always an annoying chunk of time messing with it. Lots of changing a number, seeing if that worked, change it abit more, see if that worked. If this was automated somehow that'd be amazing, especially for people who are less experienced with code editing. It feels like auto Stackoffset should be a default part of holders.