emojichooser: Set selection-mode=none on the toolbar flowbox

Selection is never used there, avoid unwanted selected states if clicking
outside the buttons.
This commit is contained in:
Alexander Mikhaylenko 2021-05-17 14:09:03 +05:00
parent 661a572d82
commit 27e662cfd1

View File

@ -220,6 +220,7 @@
<object class="GtkFlowBox">
<property name="min-children-per-line">3</property>
<property name="max-children-per-line">10</property>
<property name="selection-mode">none</property>
<style>
<class name="emoji-toolbar"/>
</style>