Skip to content

Commit

Permalink
dialog position change
Browse files Browse the repository at this point in the history
  • Loading branch information
WardLordRuby committed Mar 24, 2024
1 parent 11a785a commit b02addc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/appwindow.slint
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export component App inherits Window {
// Make popupWindow look nice
err_popup := PopupWindow {
x: popup-window-x-pos;
y: 135px;
y: 105px;
height: err-msg-size.height + 20px;
width: err-msg-size.width + 20px;
close-on-click: false;
Expand Down

0 comments on commit b02addc

Please sign in to comment.