mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
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:
parent
661a572d82
commit
27e662cfd1
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user