teknalb

Results 5 issues of 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...

bug
a:platform-windows
a:backend-winit
upstream

Slint v1.6.0 Rust v1.79.0 https://github.com/slint-ui/slint/assets/174643755/3efcbefb-5444-4e25-93ba-1ba425a65b3b

bug
a:backend-winit
a:renderer-femtovg

![4](https://github.com/user-attachments/assets/c539e0c9-4a92-48a1-8d0b-bd4d7bba5f52) ![3](https://github.com/user-attachments/assets/3988fe20-19b4-4da8-bf28-d0d1100aee26) Slint v1.7.0

bug
a:builtin elements

### 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...

a:builtin elements

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...