Adjust grid layout and refine Calendar widget rendering
This commit is contained in:
@@ -74,14 +74,14 @@ func layout() []container.Option {
|
||||
container.BorderColor(cell.ColorWhite),
|
||||
),
|
||||
),
|
||||
grid.RowHeightFixed(11,
|
||||
grid.RowHeightFixed(12,
|
||||
grid.Widget(widgets.Get["PiHole"],
|
||||
container.BorderTitle("pi-hole"),
|
||||
container.Border(linestyle.Light),
|
||||
container.BorderColor(cell.ColorWhite),
|
||||
),
|
||||
),
|
||||
grid.RowHeightFixed(25,
|
||||
grid.RowHeightFixed(24,
|
||||
grid.Widget(widgets.Get["PiHoleBlocked"],
|
||||
container.BorderTitle("pi-hole (Blocked Percent)"),
|
||||
container.Border(linestyle.Light),
|
||||
@@ -92,8 +92,8 @@ func layout() []container.Option {
|
||||
grid.Widget(widgets.Get["empty"]),
|
||||
),
|
||||
),
|
||||
grid.ColWidthPerc(10,
|
||||
grid.RowHeightFixed(19,
|
||||
grid.ColWidthPerc(13,
|
||||
grid.RowHeightFixed(20,
|
||||
grid.Widget(widgets.Get["Calendar"],
|
||||
container.BorderTitle("Calendar"),
|
||||
container.Border(linestyle.Light),
|
||||
|
||||
Reference in New Issue
Block a user