Skip to content

Commit

Permalink
tiny layout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
justDeeevin committed Dec 24, 2024
1 parent cd2c2c4 commit 1d8f65a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/popups/edit_mode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ impl Window<NuhxBoard, Theme, Message> for KeyboardStyle {
}),
text(" Outline Width")
]
.align_y(Alignment::Center)
])
]
.padding(5);
Expand Down Expand Up @@ -385,6 +386,7 @@ impl Window<NuhxBoard, Theme, Message> for KeyboardStyle {
),
text(" Outline Width")
]
.align_y(Alignment::Center)
])
]
.padding(5);
Expand Down

0 comments on commit 1d8f65a

Please sign in to comment.