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 {
|
VerticalBox {
|
||||||
HorizontalBox {
|
last_billing_date := Button {
|
||||||
last_billing_date := Button {
|
text: "Last Billing Date";
|
||||||
text: "Last Billing Date";
|
clicked => {
|
||||||
clicked => {
|
date-picker.show();
|
||||||
date-picker.show();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
VerticalBox {
|
|
||||||
Button {
|
Button {
|
||||||
text: "Calculate";
|
text: "Calculate";
|
||||||
clicked => {
|
clicked => {
|
||||||
|
|
Loading…
Reference in a new issue