mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
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:
parent
ef8a971418
commit
201c256b75
4 changed files with 15 additions and 0 deletions
|
@ -16,6 +16,9 @@
|
||||||
<child>
|
<child>
|
||||||
<object class="AdwStatusPage" id="status_page">
|
<object class="AdwStatusPage" id="status_page">
|
||||||
<property name="title" bind-source="KeyringErrorDialog" bind-property="title" bind-flags="sync-create" />
|
<property name="title" bind-source="KeyringErrorDialog" bind-property="title" bind-flags="sync-create" />
|
||||||
|
<style>
|
||||||
|
<class name="icon-dropshadow" />
|
||||||
|
</style>
|
||||||
<child>
|
<child>
|
||||||
<object class="AdwClamp">
|
<object class="AdwClamp">
|
||||||
<child>
|
<child>
|
||||||
|
|
|
@ -27,6 +27,9 @@
|
||||||
<object class="AdwStatusPage" id="status_page">
|
<object class="AdwStatusPage" id="status_page">
|
||||||
<property name="title" translatable="yes">Set up a Passphrase</property>
|
<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>
|
<property name="description" translatable="yes">Authenticator will start locked after a passphrase is set.</property>
|
||||||
|
<style>
|
||||||
|
<class name="icon-dropshadow" />
|
||||||
|
</style>
|
||||||
<child>
|
<child>
|
||||||
<object class="AdwClamp">
|
<object class="AdwClamp">
|
||||||
<property name="tightening-threshold">300</property>
|
<property name="tightening-threshold">300</property>
|
||||||
|
|
|
@ -140,6 +140,9 @@
|
||||||
<property name="vexpand">True</property>
|
<property name="vexpand">True</property>
|
||||||
<property name="title" translatable="yes">No Provider Selected</property>
|
<property name="title" translatable="yes">No Provider Selected</property>
|
||||||
<property name="description" translatable="yes">Select a provider or create a new one</property>
|
<property name="description" translatable="yes">Select a provider or create a new one</property>
|
||||||
|
<style>
|
||||||
|
<class name="icon-dropshadow" />
|
||||||
|
</style>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
|
|
|
@ -64,6 +64,9 @@
|
||||||
<child>
|
<child>
|
||||||
<object class="AdwStatusPage" id="locked_status_page">
|
<object class="AdwStatusPage" id="locked_status_page">
|
||||||
<property name="title" translatable="yes">Authenticator is Locked</property>
|
<property name="title" translatable="yes">Authenticator is Locked</property>
|
||||||
|
<style>
|
||||||
|
<class name="icon-dropshadow" />
|
||||||
|
</style>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkBox">
|
<object class="GtkBox">
|
||||||
<property name="halign">center</property>
|
<property name="halign">center</property>
|
||||||
|
@ -149,6 +152,9 @@
|
||||||
<property name="vexpand">True</property>
|
<property name="vexpand">True</property>
|
||||||
<property name="title" translatable="yes">No Accounts</property>
|
<property name="title" translatable="yes">No Accounts</property>
|
||||||
<property name="description" translatable="yes">Add an account or scan a QR code first.</property>
|
<property name="description" translatable="yes">Add an account or scan a QR code first.</property>
|
||||||
|
<style>
|
||||||
|
<class name="icon-dropshadow" />
|
||||||
|
</style>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
|
|
Loading…
Add table
Reference in a new issue