diff options
author | martin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-11-06 06:28:21 +0000 |
---|---|---|
committer | martin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-11-06 06:28:21 +0000 |
commit | dd12c0cc5607edcdafc6f4e5ff7781f91f1d2a4b (patch) | |
tree | 63187b5f7ca0c71101f777982b0fad12408e72b0 /windows/autohotkey/Source | |
parent | 4d7032c13eacefee213a6086cefbbaa37ba532eb (diff) |
Bildschirmtastatur jetzt mit Numpad
mit pngout bearbeitet
Fenster für die Bildschirmtastatur an die neue Bildbreite angepasst
git-svn-id: https://svn.neo-layout.org@1118 b9310e46-f624-0410-8ea1-cfbb3a30dc96
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
|