Updated Resizers #74
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
IllusionMods/HS2-Translation!74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
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?
At higher resolutions a lot of things are a bit smaller with these changes, but it's not a problem.
Made some suggestions to try and avoid forced wrapping where we can, and include some resizers for consistency and future proofing.
@ -95,4 +95,4 @@編集に戻る=Return to editor
or
@ -509,7 +509,7 @@ SE音量=SFX Volume//------------------------------------------------------------This this is scoped and not reused elsewhere, we can simplify this one
Combined with suggested resizer adjustments this looks the same at most resolutions since it will wrap (note maker doesn't work with resizer plugin well even without translation plugin, quit maker, resize window, start maker)
In order to get the eye stuff to wrap we need at least these:
Alternately, if we want to be more friendly toward future alternate language translations, this should cover all similar buttons for all tabs:
Similarly, this block let's the save/load buttons for character and clothing wrap when text doesn't fit and keeps them consistent.
The ones for
C_Loadare helpful for the current english, the rest are more future proofing.@ -4,18 +4,16 @@This is really picky, so I suggest adding the ignore so later changes don't make this fall apart. Also, at
0.95it clips when you hover over the item, reducing to0.925seems to have been enough.@ -95,4 +95,4 @@編集に戻る=Return to editThe first one did the trick :)
I'll opt for the future proofing code.