|
@@ -72,7 +72,7 @@ getCoordinates(MonitorNumber){
|
|
if(MonitorNumber = 1)
|
|
if(MonitorNumber = 1)
|
|
return 1920
|
|
return 1920
|
|
if(MonitorNumber = 2)
|
|
if(MonitorNumber = 2)
|
|
- return 3286
|
|
|
|
|
|
+ return 3840
|
|
;return coord
|
|
;return coord
|
|
}
|
|
}
|
|
|
|
|
|
@@ -88,7 +88,7 @@ global
|
|
Gui, %MonitorNumber%:destroy
|
|
Gui, %MonitorNumber%:destroy
|
|
Gui, %MonitorNumber%:+AlwaysOnTop +LastFound +Owner -Caption
|
|
Gui, %MonitorNumber%:+AlwaysOnTop +LastFound +Owner -Caption
|
|
Gui, %MonitorNumber%:Color, Black
|
|
Gui, %MonitorNumber%:Color, Black
|
|
- Gui, %MonitorNumber%:Add, Picture, w%A_ScreenWidth% h-1, %file%
|
|
|
|
|
|
+ Gui, %MonitorNumber%:Add, Picture, w1024 h-1, %file%
|
|
Gui, %MonitorNumber%:Show, x%coord% y0 maximize
|
|
Gui, %MonitorNumber%:Show, x%coord% y0 maximize
|
|
}
|
|
}
|
|
|
|
|