Skip to content

Commit

Permalink
Merge pull request #15 from TFWol/patch-1
Browse files Browse the repository at this point in the history
Set GUI ignore DPI in order to see all GUI options
  • Loading branch information
umageddon authored Dec 24, 2022
2 parents 179cf48 + 559ce60 commit 9dbbb07
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions namDHC.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,9 @@ createMainGUI()
{
global
local idx, key, opt, optName, obj, btn, array := [], ddList := ""


gui 1:-DPIScale ; hacky workaround to at least get the options crammed in view - for those folks who use higher DPI settings

gui 1:add, button, hidden default h0 w0 y0 y0 geditOutputFolder, ; For output edit field (default button

gui 1:add, statusBar
Expand Down Expand Up @@ -2470,4 +2472,4 @@ GuiClose()

quitApp()
{
}
}

0 comments on commit 9dbbb07

Please sign in to comment.