Finally a nicer looking and working TextBoxWithButton (inspired from the SearchButton)

SearchBox field style improved
This commit is contained in:
Geoffroy BONNEVILLE
2020-04-28 15:20:47 +02:00
parent 8e06bf4bb0
commit f158e5aced
24 changed files with 481 additions and 283 deletions

View File

@@ -210,7 +210,7 @@
<data name="GroupCreateEntry.Text" xml:space="preserve">
<value>Create new entry</value>
</data>
<data name="GroupSearch.PlaceholderText" xml:space="preserve">
<data name="EntriesSearch.PlaceholderText" xml:space="preserve">
<value>Search...</value>
</data>
<data name="GroupTitle.PlaceholderText" xml:space="preserve">
@@ -498,4 +498,10 @@
<data name="CloseDesc.Text" xml:space="preserve">
<value>This will close the currently opened database without saving the changes.</value>
</data>
<data name="GroupsSearch.PlaceholderText" xml:space="preserve">
<value>Destination group</value>
</data>
<data name="MoveButton.Content" xml:space="preserve">
<value>Move</value>
</data>
</root>

View File

@@ -210,8 +210,8 @@
<data name="GroupCreateEntry.Text" xml:space="preserve">
<value>Créer une nouvelle entrée</value>
</data>
<data name="GroupSearch.PlaceholderText" xml:space="preserve">
<value>Rechercher...</value>
<data name="GroupsSearch.PlaceholderText" xml:space="preserve">
<value>Groupe de destination</value>
</data>
<data name="GroupTitle.PlaceholderText" xml:space="preserve">
<value>Nom du nouveau groupe...</value>
@@ -501,4 +501,10 @@
<data name="CloseDesc.Text" xml:space="preserve">
<value>Cela va fermer la base de données ouverte sans sauvegarder les changements.</value>
</data>
<data name="EntriesSearch.PlaceholderText" xml:space="preserve">
<value>Rechercher...</value>
</data>
<data name="MoveButton.Content" xml:space="preserve">
<value>Déplacer</value>
</data>
</root>