Missing DPI Selection in DrawThemeBackground |
Post Reply |
Author | |
MrFelix
Newbie Joined: 20 June 2013 Status: Offline Points: 5 |
Post Options
Thanks(0)
Posted: 21 March 2018 at 6:41am |
I was wondering why checkboxes and radio buttons were stretched in a very ugly way after I changed my screen resolution to use 120dpi (125%). So I used the Skin Builder to check the theme settings (e.g. Win8RTM skin). In case of checkboxes the ImageSelectType is set to "Dpi" and there are three combinations:
MinDpi1 = 96 / ImageFile1 = CheckBox13.png MinDpi2 = 118 / ImageFile2 = CheckBox16.png MinDpi3 = 185 / ImageFile3 = CheckBox25.png After some debugging I recognized that ImageSelectType=Dpi is not implemented in the XTPSkinManagerSchema. So always ImageFile1 is used and scaled e.g. from 13x13 px to 16x16 that looks quite ugly. I am using Toolkit v18.2.0. So, is it planned to add this feature? Modern Windows systems select automatically an appropriate dpi value depending on the physical pixel size of the main screen. Especially laptops with small pixels get settings of 120dpi by default. Or 144dpi on ultrabooks with 13-14" full HD displays. By the way: In class "Menu" the parts "SystemClose", "SystemMaximize" and so are not acccessible by Skin Builder. So I have to use text editor to edit them. Working for me, but cumbersome. Thanks! |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |