소스 검색

Changed the resolution again

sachinmanawadi271 7 년 전
부모
커밋
0daccc9efd
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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