Skip to content

Commit

Permalink
Update row height percentage of meta widget
Browse files Browse the repository at this point in the history
  • Loading branch information
nakabonne committed Nov 8, 2020
1 parent 687c244 commit fc42c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diagnoser/gui/gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (g *GUI) run(ctx context.Context, t terminalapi.Terminal, r runner) error {
// [-element-] [----element----] [element]
// ----------------------------------------------------
func gridLayout(w *widgets) ([]container.Option, error) {
raw1 := grid.RowHeightPerc(5,
raw1 := grid.RowHeightPerc(7,
grid.Widget(w.Metadata, container.Border(linestyle.Light), container.BorderTitle("Press Q to quit")),
)
raw2 := grid.RowHeightPerc(45,
Expand Down

0 comments on commit fc42c01

Please sign in to comment.