We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d721029 commit 873cad9Copy full SHA for 873cad9
clock.go
@@ -76,7 +76,7 @@ func (c ClockWidget) Draw(s tcell.Screen, style *tcell.Style) {
76
}
77
78
func (c ClockWidget) size() (int, int) {
79
- return (c.padX * 4) + (c.sectionPad * 2), (c.padY * 4)
+ return (c.padX * 5) + (c.sectionPad * 2), (c.padY * 4)
80
81
82
// CenterPos changes x and y values of ClockWidget to
0 commit comments