Remove forced centering in the Glade file

This commit is contained in:
Mathieu Comandon 2019-10-16 06:18:35 -07:00
parent 5b95b91b77
commit c777fae131

View file

@ -468,7 +468,7 @@
<template class="LutrisWindow" parent="GtkApplicationWindow">
<property name="can_focus">False</property>
<property name="title" translatable="yes">Lutris</property>
<property name="window_position">center</property>
<property name="window_position">none</property>
<property name="icon_name">lutris</property>
<signal name="destroy" handler="on_destroy" swapped="no"/>
<signal name="size-allocate" handler="on_resize" swapped="no"/>