diff --git a/src/myframe.h b/src/myframe.h index 5e9b73c9..7b32969d 100755 --- a/src/myframe.h +++ b/src/myframe.h @@ -713,7 +713,7 @@ struct MyFrame : wxFrame { wxStatusBar *sb = CreateStatusBar(4); sb->SetOwnBackgroundColour(toolbgcol); SetStatusBarPane(0); - int swidths[] = {-1, 200, 120, 100}; + int swidths[] = {-1, FromDIP(200), FromDIP(120), FromDIP(100)}; SetStatusWidths(4, swidths); }