diff options
author | Dan Gudmundsson <[email protected]> | 2009-12-16 13:53:01 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2009-12-18 16:30:07 +0100 |
commit | 438d778eb1ccf432ddc8e275e5ee3e91f590cf8c (patch) | |
tree | 0e6fa3a105e8efdf27bfe7091885b068d7a1fd6d /lib/debugger/src/dbg_wx_mon.erl | |
parent | cb62972ca24198cc13e030adbd0b8a757bdb293c (diff) | |
download | otp-438d778eb1ccf432ddc8e275e5ee3e91f590cf8c.tar.gz otp-438d778eb1ccf432ddc8e275e5ee3e91f590cf8c.tar.bz2 otp-438d778eb1ccf432ddc8e275e5ee3e91f590cf8c.zip |
Dbg Fixed mac gui issues
Diffstat (limited to 'lib/debugger/src/dbg_wx_mon.erl')
-rw-r--r-- | lib/debugger/src/dbg_wx_mon.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debugger/src/dbg_wx_mon.erl b/lib/debugger/src/dbg_wx_mon.erl index d81069ec90..3ffdeeaea2 100644 --- a/lib/debugger/src/dbg_wx_mon.erl +++ b/lib/debugger/src/dbg_wx_mon.erl @@ -144,7 +144,7 @@ init2(CallingPid, Mode, SFile, GS) -> win = Win, focus = undefined, - coords = {0,0}, + coords = {20,20}, intdir = element(2, file:get_cwd()), pinfos = [], |