import Adwaita
@main
struct BareSwiftApp: App {
let app = AdwaitaApp(id: "com.bare.swift")
var scene: Scene {
Window(id: "main") { window in
…
Or may be I don't understand how List works here then because it has only one item but I was thinking ListItems would be given the same space in terms of height.
Plus there's padding issues, even after to HStack there wasn't space so I don't know what the reason
Plus I found out that if we set height below 100 it will not work, not sure why? I was resize the window using the mouse, got to know that there's a limit on width and height size. ![image.png](/…
So I was playing around with searchEntry and questioned that is there a way possible to increase window size dynamically? Like if we set the window size as default my guess is that we cannot…
I was checking out the libadwaita-demo app and saw under styles this below, so wanna ask which widget is this, I wish that this app told which widget they using since the naming is different.
![…
Sorry my bad i guess we have to use searchEntry? The naming is super weird or generic.