Add icon-dropshadow to StatusPages displaying logo

See https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/style-classes.html#app-icons
This commit is contained in:
Maximiliano Sandoval R 2023-11-04 22:13:05 +01:00
parent ef8a971418
commit 201c256b75
Failed to generate hash of commit
4 changed files with 15 additions and 0 deletions

View file

@ -16,6 +16,9 @@
<child>
<object class="AdwStatusPage" id="status_page">
<property name="title" bind-source="KeyringErrorDialog" bind-property="title" bind-flags="sync-create" />
<style>
<class name="icon-dropshadow" />
</style>
<child>
<object class="AdwClamp">
<child>

View file

@ -27,6 +27,9 @@
<object class="AdwStatusPage" id="status_page">
<property name="title" translatable="yes">Set up a Passphrase</property>
<property name="description" translatable="yes">Authenticator will start locked after a passphrase is set.</property>
<style>
<class name="icon-dropshadow" />
</style>
<child>
<object class="AdwClamp">
<property name="tightening-threshold">300</property>

View file

@ -140,6 +140,9 @@
<property name="vexpand">True</property>
<property name="title" translatable="yes">No Provider Selected</property>
<property name="description" translatable="yes">Select a provider or create a new one</property>
<style>
<class name="icon-dropshadow" />
</style>
</object>
</child>
</object>

View file

@ -64,6 +64,9 @@
<child>
<object class="AdwStatusPage" id="locked_status_page">
<property name="title" translatable="yes">Authenticator is Locked</property>
<style>
<class name="icon-dropshadow" />
</style>
<child>
<object class="GtkBox">
<property name="halign">center</property>
@ -149,6 +152,9 @@
<property name="vexpand">True</property>
<property name="title" translatable="yes">No Accounts</property>
<property name="description" translatable="yes">Add an account or scan a QR code first.</property>
<style>
<class name="icon-dropshadow" />
</style>
</object>
</child>
</object>