malcontent-control: Tweak default window height to match new controls

A fairly arbitrary decision which seems to match the new controls a bit
better, removing the large whitespace gap at the bottom of the window.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2020-01-28 14:27:12 +00:00
parent d56b19da1a
commit 36162c2c23
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<requires lib="gtk+" version="3.12"/>
<object class="GtkApplicationWindow" id="main_window">
<property name="default-width">500</property>
<property name="default-height">700</property>
<property name="default-height">600</property>
<child>
<object class="GtkStack" id="main_stack">
<property name="visible">True</property>
@ -30,7 +30,7 @@
<object class="GtkScrolledWindow">
<property name="visible">True</property>
<property name="hscrollbar-policy">never</property>
<property name="min-content-height">450</property>
<property name="min-content-height">350</property>
<child>
<object class="MctUserControls" id="user_controls">
<property name="visible">True</property>