Ley de 26 de noviembre de 1931: condena por alta traición a la estirpe Borbón
A todos los que la presente vieren y entendieren, sabed: Que las Cortes Constituyentes, en funciones de Soberanía Nacional, han aprobado el acta acusatoria contra don Alfonso de Borbón y Habsburgo-Lorena, dictando lo siguiente:
«Las Cortes Constituyentes declaran culpable de alta traición, como fórmula jurídica que resume todos los delitos del acta acusatoria, al que fue rey de España...
Alice
in reply to Alice • • •One thing to note: the original mockups positioned the number in between the - and the + buttons as follows: "- 50 +". That part was not implemented, not only because it would require poking into GtkSpinButton internals or rewriting it, but also because that really doesn't work when the displayed number has less digits than the maximum amount it's allowed to have. This means that in practice it won't look tidy like on mockups, but more like: "- 50 +".
And when you have multiple spin rows in a single list, chances are that the - buttons will be positioned differently on each row. The spring animations demo page is a good example of that happening.
On this screenshot I've right-aligned the spinbuttons (they normally extend all the way to the row title) and added a background to show this.
The - buttons would be aligned same as the backgrounds here - not good. So, they had to go.
And if you center align the numbers as well to have even spacing - well, the numbers would be misaligned too.
Alice
in reply to Alice • • •2. There's now a .property style class that can be added to AdwActionRow or AdwExpanderRow. It basically inverts the row's title and subtitle.
It's just a style class instead of a widget because having a full widget for this would be overkill, as otherwise it would be identical to action rows.
This standardizes an existing pattern - rows like this have already been used in Nautilus' and Loupe's properties. This should also be useful for apps like Contacts.
Docs: gnome.pages.gitlab.gnome.org/l…
Adw: Style Classes
gnome.pages.gitlab.gnome.org