Skip to content

Commit

Permalink
Align the width of Progress
Browse files Browse the repository at this point in the history
  • Loading branch information
nakabonne committed Sep 21, 2020
1 parent a80bb0c commit def70ff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ func gridLayout(w *widgets) ([]container.Option, error) {
),
)
raw3 := grid.RowHeightPerc(4,
grid.ColWidthPerc(64, grid.Widget(w.progressGauge, container.Border(linestyle.None))),
grid.ColWidthPerc(33, grid.Widget(w.navi, container.Border(linestyle.Light))),
grid.ColWidthPerc(50, grid.Widget(w.progressGauge, container.Border(linestyle.None))),
grid.ColWidthPerc(50, grid.Widget(w.navi, container.Border(linestyle.Light))),
)

builder := grid.New()
Expand Down
Binary file modified images/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/mouse-support.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit def70ff

Please sign in to comment.