diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-05-21 20:45:08 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-05-28 20:25:16 +0000 |
commit | c638a0aa5967d3f2696ba7fa90aebdb2f0cf86cb (patch) | |
tree | 9c128f8cd52305bd0b8a0492ea933ab919e8d247 /gtk/ui | |
parent | db21cbdfb3ee990717d17e6f9c85c9bbc6ddb009 (diff) | |
download | gtk+-c638a0aa5967d3f2696ba7fa90aebdb2f0cf86cb.tar.gz |
Adwaita: Remove Emoji completion special case
We can use GtkPopover::has-arrow now.
Diffstat (limited to 'gtk/ui')
-rw-r--r-- | gtk/ui/gtkemojicompletion.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/ui/gtkemojicompletion.ui b/gtk/ui/gtkemojicompletion.ui index e4873d930a..5d975abefe 100644 --- a/gtk/ui/gtkemojicompletion.ui +++ b/gtk/ui/gtkemojicompletion.ui @@ -2,6 +2,7 @@ <interface domain="gtk40"> <template class="GtkEmojiCompletion" parent="GtkPopover"> <property name="autohide">0</property> + <property name="has-arrow">0</property> <style> <class name="emoji-completion"/> </style> |