Procházet zdrojové kódy

Changed the resolution again

sachinmanawadi271 před 7 roky
rodič
revize
0daccc9efd
2 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      AutoHotKeyScripts/powerpoint.ahk
  2. binární
      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ární
AutoHotKeyScripts/screenshot.exe