diff --git a/Forms/Tools_Hotkeys.frm b/Forms/Tools_Hotkeys.frm index eba459118..1d1bb3afb 100644 --- a/Forms/Tools_Hotkeys.frm +++ b/Forms/Tools_Hotkeys.frm @@ -886,7 +886,7 @@ Private Sub Form_Load() 'Turn off automatic redraws in the treeview object tvMenus.SetAutomaticRedraws False - tvMenus.ListItemHeight = BLOCKHEIGHT + tvMenus.ListItemHeight = Interface.FixDPI(BLOCKHEIGHT) 'Iterate the menu collection, and pair each menu with a hotkey against its relevant hotkey partner ReDim m_Items(0 To m_NumOfMenus - 1) As PD_HotkeyUI diff --git a/PhotoDemon.vbp b/PhotoDemon.vbp index 20d0bdb2f..fdd76ab09 100644 --- a/PhotoDemon.vbp +++ b/PhotoDemon.vbp @@ -534,7 +534,7 @@ Description="PhotoDemon Photo Editor" CompatibleMode="0" MajorVer=2024 MinorVer=8 -RevisionVer=149 +RevisionVer=150 AutoIncrementVer=1 ServerSupportFiles=0 VersionComments="Copyright 2000-2024 Tanner Helland - photodemon.org"