Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
[*] improve ui
Browse files Browse the repository at this point in the history
  • Loading branch information
heng30 committed Jan 1, 2024
1 parent 1aa81c6 commit 41e0d3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bitbox/ui/panel/bodyer/tool/send.slint
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export component Send inherits Rectangle {
in-out property feerate <=> feerate-lineedit.text;

property<length> label-width: Theme.default-label-width;
property<length> btn-width: 80px;
property<length> btn-width: 120px;

VerticalLayout {
alignment: start;
Expand Down
2 changes: 1 addition & 1 deletion bitbox/ui/store.slint
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export global Store {
ui: {
font-size: "18",
font-family: "SourceHanSerifCN",
win-width: "550",
win-width: "650",
win-height: "550",
language: "cn",
},
Expand Down

0 comments on commit 41e0d3d

Please sign in to comment.