From dd12c0cc5607edcdafc6f4e5ff7781f91f1d2a4b Mon Sep 17 00:00:00 2001 From: martin_r Date: Thu, 6 Nov 2008 06:28:21 +0000 Subject: Bildschirmtastatur jetzt mit Numpad mit pngout bearbeitet Fenster für die Bildschirmtastatur an die neue Bildbreite angepasst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1118 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/autohotkey/Source/Methods-ScreenKeyboard.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows/autohotkey/Source/Methods-ScreenKeyboard.ahk') 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 -- cgit v1.2.3