user-controls: Make OARS drop down open to the right

On laptops which have a 1366 by 768 display, in gnome-initial-setup the
OARS dropdown is cut off by the edge of the screen. Only the first
couple entries are visible. So make it open to the right instead, where
more room is available.
This commit is contained in:
Matthew Leeds 2020-03-13 11:32:11 -07:00
parent e9c2f3d054
commit 87db73178f
1 changed files with 1 additions and 0 deletions

View File

@ -491,6 +491,7 @@
<property name="can_focus">True</property>
<property name="halign">end</property>
<property name="valign">center</property>
<property name="direction">right</property>
<property name="popover">oars_popover</property>
<child>
<object class="GtkBox">