Adjust sizing of the AboutSlint widget

This commit is contained in:
Olivier Goffart 2023-05-09 12:02:27 +02:00 committed by Olivier Goffart
parent 45a6460aa2
commit eb88a9ac9c
2 changed files with 6 additions and 4 deletions

View file

@ -21,8 +21,7 @@ This element displays a "Made with Slint" badge.
```slint
import { AboutSlint } from "std-widgets.slint";
export component Example inherits Window {
width: 128px;
height: 128px;
height: 175px;
AboutSlint {
}
}