Mikołaj Gałązka

Results 7 issues of Mikołaj Gałązka

- Robotgo version (or commit ref): v1.0.0-beta5.3 (problem also exists with v0.100.10) - Go version: 1.18 - Gcc version: `gcc version 12.1.0 (x86_64-win32-sjlj-rev3, Built by MinGW-W64 project)` - Operating system...

### What happend? When I set display scale in Windows above 100% my app does not scale corretly - window is bigger, but it's content (widgets, fonts, SplitLayouts) does not...

bug
help wanted

### Related problem Hi, I want to disable some widgets (e. g. combo and checkbox) in the same way I as can do it with button ```golang g.Button("Start").OnClick(handleButton).Size(360, 30).Disabled(true) ```...

enhancement

Hello, I created GUI application which allows you to save the enhanced anime as higher-quality video files rather than real-time preview Added link to application in Projects section in README

Re-write of README.MD by [4aya](https://github.com/AGXCLIENTS)

Hello, I tried using latest commit (https://github.com/ArakawaHenri/iCloudPasswords_for_Firefox/commit/f60ca2298699ac1f2578c3506126c7747b2f0e97) but I still have same issue like with latest release version - it autofill username, but not password ![firefox](https://github.com/ArakawaHenri/iCloudPasswords_for_Firefox/assets/10632503/b7f7de89-9690-4a71-9c76-1168378cfa78)

## Version of the custom_component 1.0.15 I'm trying to get PTZ working with local stream based on WebRTC Camera integration (using go2rtc). I got PTZ layout, but it does nothing....