Skip to content

Commit

Permalink
optimize: update modal radius
Browse files Browse the repository at this point in the history
  • Loading branch information
Horbin-Magician committed Sep 28, 2024
1 parent 0f73974 commit 4fd8b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/setting/setting_win.slint
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export component SettingWindow inherits BaseWindow {
width: 200px;
background: Palette.background;
border-width: 1px;
border-radius: 14px;
border-radius: 5px;
border-color: Palette.alternate-background;
clip: true;

Expand Down

0 comments on commit 4fd8b6a

Please sign in to comment.