Browse Source

Changed the resolution again

sachinmanawadi271 7 years ago
parent
commit
0daccc9efd
2 changed files with 1 additions and 1 deletions
  1. 1 1
      AutoHotKeyScripts/powerpoint.ahk
  2. BIN
      AutoHotKeyScripts/screenshot.exe

+ 1 - 1
AutoHotKeyScripts/powerpoint.ahk

@@ -88,7 +88,7 @@ global
 	Gui, %MonitorNumber%:destroy
 	Gui, %MonitorNumber%:+AlwaysOnTop +LastFound +Owner -Caption
 	Gui, %MonitorNumber%:Color, Black
-	Gui, %MonitorNumber%:Add, Picture, w1024 h-1, %file%	
+	Gui, %MonitorNumber%:Add, Picture, w%A_ScreenWidth% h-1, %file%	
 	Gui, %MonitorNumber%:Show, x%coord% y0 maximize
 }
 

BIN
AutoHotKeyScripts/screenshot.exe