Tweak focus

This commit is contained in:
Bilal Elmoussaoui 2022-01-23 21:26:23 +01:00
parent 52461d4e60
commit 944bc93da5
2 changed files with 2 additions and 0 deletions

View file

@ -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>

View file

@ -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>