Request to increase menu option values for pixelperfect scaled elements on high resolution screens
Undisclosed-Information opened this issue ยท 0 comments
Increasing the default values for certain menu options allows more flexibility to users that use a pixelperfect scale for Details! windows on high resolution screens (1440 and higher). The max menu option values do not reflect that well on rescaled elements.
The image below shows the difference in size when you rescale a window to pixelperfect values.
Proposition
The request applies to the following 3 menu options found inside menu section "Bars General":
- Menu Option: Bar Height
- Change: Increase the bar height from 30 to at least 32
- Reason: allows users to use pixelperfect textures whose dimensions are powers of two (8, 16, 32, etc for .blp and .tga files)
- Url: window_options2_sections.lua#L1163
... - Menu Option: Bar Spacing
- Change: Increase the bar height from 10 to at least 16
- Reason: 16 spacing seems to be the right number on high resolution screen. Not too big either.
- Url: window_options2_sections.lua#L1177
... - Menu Option: Icon Size Offset
- Change: Increase the icon height from 20 to at least 32
- Reason: allows users to use pixelperfect textures whose dimensions are powers of two (8, 16, 32, etc for .blp and .tga files)
- Url: window_options2_sections.lua#L1442