diff options
author | Dan Gudmundsson <[email protected]> | 2014-01-21 15:03:27 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2014-01-27 16:13:58 +0100 |
commit | a0d7557b1f84e71f79af5f2d32caf2ce994adb4e (patch) | |
tree | cbf5f4317671567d3d86ed4e7a05da3c9055dcdc /lib/observer/src/observer_app_wx.erl | |
parent | 61115ab061a21912743c62de19ad0eda57224545 (diff) | |
download | otp-a0d7557b1f84e71f79af5f2d32caf2ce994adb4e.tar.gz otp-a0d7557b1f84e71f79af5f2d32caf2ce994adb4e.tar.bz2 otp-a0d7557b1f84e71f79af5f2d32caf2ce994adb4e.zip |
observer: cosmetic gui tweaks
Mainly mac stuff
Diffstat (limited to 'lib/observer/src/observer_app_wx.erl')
-rw-r--r-- | lib/observer/src/observer_app_wx.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/observer/src/observer_app_wx.erl b/lib/observer/src/observer_app_wx.erl index a710bd0a69..a8ace10275 100644 --- a/lib/observer/src/observer_app_wx.erl +++ b/lib/observer/src/observer_app_wx.erl @@ -81,7 +81,7 @@ init([Notebook, Parent]) -> ]), Main = wxBoxSizer:new(?wxHORIZONTAL), Splitter = wxSplitterWindow:new(Panel, [{size, wxWindow:getClientSize(Panel)}, - {style, ?wxSP_LIVE_UPDATE}, + {style, ?SASH_STYLE}, {id, 2} ]), Apps = wxListBox:new(Splitter, 3, []), |