generated from OBJNULL/Dockerized-Rust
Fixed misaligned buttons
This commit is contained in:
parent
a214bfef1c
commit
9f1640e3f6
1 changed files with 4 additions and 8 deletions
|
@ -67,17 +67,13 @@ export component Prorater inherits Window {
|
|||
}
|
||||
|
||||
VerticalBox {
|
||||
HorizontalBox {
|
||||
last_billing_date := Button {
|
||||
text: "Last Billing Date";
|
||||
clicked => {
|
||||
date-picker.show();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
VerticalBox {
|
||||
Button {
|
||||
text: "Calculate";
|
||||
clicked => {
|
||||
|
|
Loading…
Reference in a new issue