Skip to content

Commit

Permalink
Align label of wine url to the top left
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanformigoni committed Apr 8, 2024
1 parent 47f2487 commit e6d7e5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/wizard/src/frame/platform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ pub fn platform(tx: Sender<common::Msg>, title: &str)
.with_size_of(&btn_menu)
.above_of(&btn_menu, dimm::border())
.with_label("Insert the url for the custom wine tarball")
.with_align(Align::Top | Align::Left)
.with_callback(|e|
{
match URL.lock()
Expand Down

0 comments on commit e6d7e5c

Please sign in to comment.