beremiz
Clone
Summary
Browse
Changes
Graph
increase size for time buttons in LogViewer
2016-11-24, Andrey Skvortsov
6df9937f130b
Parents
de2da05089ea
Children
6a3c29fdcfea
increase size for time buttons in LogViewer
The buttons are slightly bigger now. This gives more space for label
translations in other languages.
closes #12
1 files changed, 1 insertions(+), 1 deletions(-)
+1
-1
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():