fix(MarkupView): set to horizontal

fix: #67
This commit is contained in:
Evangelos Paterakis 2023-01-29 20:22:55 +02:00
parent 9e8828623a
commit 79c211c9e0
No known key found for this signature in database
GPG Key ID: FE5185F095BFC8C9
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ public class Tooth.Widgets.MarkupView : Box {
}
construct {
orientation = Orientation.VERTICAL;
orientation = Orientation.HORIZONTAL;
spacing = 12;
}