Skip to content

Commit

Permalink
UI dialog size adjusmentse
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Mar 8, 2025
1 parent 35bd2ee commit 4feaeaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/dialogs/message_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ var _ = Describe("message dialog", Ordered, func() {
height := 20
// wants
wWants := 40
hWants := 11
xWants := 5 // 0 + (50-40)/2
yWants := 4 // 0 + (20-8)/2 - 2
hWants := 10
xWants := 5
yWants := 5

messageDialog.SetRect(x, y, width, height)
x1, y1, w1, h1 := messageDialog.Box.GetRect()
Expand Down

0 comments on commit 4feaeaa

Please sign in to comment.