Skip to content

Commit

Permalink
karm-kira: Remove rounded borders from print preview.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Dec 8, 2024
1 parent a77ce51 commit c86ea4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/karm-kira/print-dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ Ui::Child _printPaper(State const &s, usize index) {
return Ui::stack(
Ui::canvas(s.pages[index]) |
Ui::box({
.borderRadii = 6,
.borderWidth = 1,
.borderFill = Ui::GRAY50.withOpacity(0.1),
.backgroundFill = Gfx::WHITE,
Expand Down

0 comments on commit c86ea4d

Please sign in to comment.