Manage runner win to fit on common laptop screens

Change to allow the manage runners window to fit on common laptop screens (the most common is 1366x768) without negatively affecting anything else.
This commit is contained in:
Zoey Globe 2019-02-21 02:07:05 +00:00 committed by Mathieu Comandon
parent 3ac5498659
commit 756868b941

View file

@ -4,7 +4,7 @@
<requires lib="gtk+" version="3.10"/>
<object class="GtkWindow" id="runners_dialog">
<property name="width_request">800</property>
<property name="height_request">800</property>
<property name="height_request">740</property>
<property name="can_focus">False</property>
<property name="destroy_with_parent">True</property>
<signal name="configure-event" handler="on_resize" swapped="no"/>