mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-05 17:20:57 +01:00
Merge branch 'master' of https://gitlab.gnome.org/World/Authenticator
This commit is contained in:
commit
5b68a87b7f
1 changed files with 7 additions and 2 deletions
|
@ -10,10 +10,15 @@
|
|||
</object>
|
||||
<object class="GtkEntryCompletion" id="provider_completion">
|
||||
<property name="model">providers_store</property>
|
||||
<property name="minimum_key_length">2</property>
|
||||
<property name="text_column">0</property>
|
||||
<property name="inline_completion">True</property>
|
||||
<property name="inline_selection">True</property>
|
||||
<property name="popup_completion">True</property>
|
||||
<child>
|
||||
<object class="GtkCellRendererText" id="epithet_completion_renderer"/>
|
||||
<attributes>
|
||||
<attribute name="text">0</attribute>
|
||||
</attributes>
|
||||
</child>
|
||||
</object>
|
||||
<template class="AccountConfig" parent="GtkBox">
|
||||
<property name="visible">True</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue