diff options
Diffstat (limited to 'windows/autohotkey/Source')
-rw-r--r-- | windows/autohotkey/Source/Methods-ScreenKeyboard.ahk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/autohotkey/Source/Methods-ScreenKeyboard.ahk b/windows/autohotkey/Source/Methods-ScreenKeyboard.ahk index 0ba32f6..94c0cfc 100644 --- a/windows/autohotkey/Source/Methods-ScreenKeyboard.ahk +++ b/windows/autohotkey/Source/Methods-ScreenKeyboard.ahk @@ -125,7 +125,7 @@ Show: Gui,Add,Text,y+3,Aus
Gui,Add,Button,x+10 y+-30 gShow,F8
Gui,Add,Text,x+5,OnTop
- Gui,Add,Picture,AltSubmit ys w564 h200 vPicture,%Image%
+ Gui,Add,Picture,AltSubmit ys w729 h200 vPicture,%Image%
Gui,+AlwaysOnTop
Gui,Show,y%yposition% Autosize
; SetTimer,Refresh
|