Skip to content

Commit

Permalink
Fixes #358 (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
habics authored Mar 10, 2024
1 parent 1f593b0 commit e154597
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/widgets/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,7 @@ pub(crate) fn default_theme() -> Theme {
.box_shadow_color(Color::BLACK.with_alpha_factor(0.2))
})
.class(dropdown::DropDownClass, |s| {
s.size_full()
.width(75)
s.width(75)
.padding(3)
.apply(border_style)
.class(ListClass, |s| {
Expand Down

0 comments on commit e154597

Please sign in to comment.