user-controls: Don't set popover direction

Let GTK handle that as it sees fit.
This commit is contained in:
Georges Basile Stavracas Neto 2022-07-12 19:34:56 -03:00
parent e5ecc02488
commit b5e516bea0
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@
<object class="GtkMenuButton" id="oars_button"> <object class="GtkMenuButton" id="oars_button">
<property name="halign">end</property> <property name="halign">end</property>
<property name="valign">center</property> <property name="valign">center</property>
<property name="direction">right</property>
<property name="popover">oars_popover</property> <property name="popover">oars_popover</property>
<property name="always-show-arrow">True</property> <property name="always-show-arrow">True</property>
</object> </object>