diff -r de2da05089ea -r 6df9937f130b controls/LogViewer.py --- a/controls/LogViewer.py Thu Nov 24 13:17:06 2016 +0300 +++ b/controls/LogViewer.py Thu Nov 24 15:37:03 2016 +0300 @@ -177,7 +177,7 @@ dc.EndDrawing() event.Skip() -BUTTON_SIZE = (30, 15) +BUTTON_SIZE = (70, 15) class LogButton():