Skip to content

Draft: Add AdwSingle

This widget is nearly identical to AdwBin with the single difference is that is doesn't implement any size allocation related stuff.

@exalm you might remember my problem with AdwBin, it was in the rust matix chat? I wanted a simple widget that resizes it's child by a given factor. As a base class I used AdwBin but it dosen't work because it used a layout manager. With that I would be able to use AdwSingle.

It is currently a draft, because I want some feedback if this is even a good idea. If it is I would add a bit more to the docs and the commit message.

PS: I am not very strongly for this name, if anyone has a better fitting one, please let me know.

Merge request reports