Make rule API consistent with space

This commit is contained in:
Héctor Ramón Jiménez 2025-09-19 18:09:59 +02:00
parent afac7be7d1
commit 8f87a2bc2e
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
7 changed files with 37 additions and 54 deletions

View file

@ -630,7 +630,7 @@ impl<P: Program + 'static> Tester<P> {
row![
center(column![status, viewport].spacing(10).align_x(Right))
.padding(10),
rule(1).vertical().style(rule::weak),
rule::vertical(1).style(rule::weak),
container(self.controls().map(Tick::Tester))
.width(250)
.padding(10)