teknalb
teknalb
Currently when ```width``` and ```height``` properties of the ```Window``` are set, resizing is automatically disabled, this is expected behavior. what is not expected is the maximize button stays enabled which...
Slint v1.6.0 Rust v1.79.0 https://github.com/slint-ui/slint/assets/174643755/3efcbefb-5444-4e25-93ba-1ba425a65b3b
  Slint v1.7.0
### Bug Description https://github.com/user-attachments/assets/7315b581-daa5-4b93-955c-5a31378ae6ca ### Reproducible Code (if applicable) ```slint import { Button, LineEdit, TextEdit, ComboBox } from "std-widgets.slint"; export component MainWindow inherits Window { width: 400px; height: 240px; HorizontalLayout...
When I click the maximize pane button, I expect the pane to remain maximized until it is *explicitly* restored to the split state. However, that's not the case, as soon...