Skip to content

Commit

Permalink
vaev-tools: Tweaked the inspector layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Nov 4, 2024
1 parent 9df7462 commit e90dbe6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/vaev-tools/inspector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Ui::Child addressBar(Mime::Url const &url) {
0,

Ui::text("{}", url) |
Ui::center() |
Ui::vcenter() |
Ui::hscroll() |
Ui::grow(),

Expand Down Expand Up @@ -216,7 +216,9 @@ Ui::Child inspector(Mime::Url url, Res<Strong<Markup::Document>> dom) {
}) | Ui::dragRegion(),
appContent(s) | Ui::grow()
) |
Ui::pinSize({800, 600}) | Ui::dialogLayer() | Ui::popoverLayer();
Ui::pinSize({800, 600}) |
Ui::dialogLayer() |
Ui::popoverLayer();
}
);
}
Expand Down

0 comments on commit e90dbe6

Please sign in to comment.