Opened 7 years ago
Closed 7 years ago
#1109 closed defect (fixed)
make sinfo text scale with view size
Reported by: | Bluestone | Owned by: | Bluestone |
---|---|---|---|
Priority: | major | Milestone: | BAR Beta release |
Component: | BAR | Version: | |
Keywords: | Cc: |
Description
Change History (4)
comment:1 by , 7 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
comment:3 by , 7 years ago
res bars already adjusts
might eventually make all gui elements adjust, but sInfo looked by far the most odd without it to my eyes
as to the mechanism, linear scaling with vsy is the only reliable choice because the height of the TextBoxes also scales linearly with vsy
comment:4 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Since it doesn't seem to be in issue for most screen sizes ( that I'm aware ) what if we just have set font sizes for different screen sizes rather than scaling linearly. We could set it in the layout API and have it adjust font size accordingly if it detects screen size > x.
We could also adjust other things along with it for instance resbars might be worth enlarging at larger screen sizes as well.