mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
Tweak focus
This commit is contained in:
parent
52461d4e60
commit
944bc93da5
2 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
<property name="valign">center</property>
|
||||
<property name="ellipsize">end</property>
|
||||
<property name="selectable">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<style>
|
||||
<class name="account-name"/>
|
||||
</style>
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<property name="activatable">False</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="selectable">False</property>
|
||||
<property name="focusable">False</property>
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<property name="orientation">vertical</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue