Skip to content

Commit

Permalink
fix issue blrsn#9
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardVertighel committed Feb 13, 2021
1 parent 5652fb8 commit ca00157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertical_horizonal_layout.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func (l *HorizontalLayout) Do() {
if Config.HideDecor {
c.UnDecorate()
}
c.MoveResize(gap+wy+i*(sw+gap), sy, sw, sh-gap)
c.MoveResize(gap+wx+i*(sw+gap), sy, sw, sh-gap)
}
}

Expand Down

0 comments on commit ca00157

Please sign in to comment.