[manager] reduce default height for packages view

This commit is contained in:
Philip 2016-05-18 02:37:43 +02:00
parent 0ca8b35a5c
commit 3f4c6d6833
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
<template class="PamacManagerWindow" parent="GtkApplicationWindow">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="default_height">600</property>
<property name="default_height">500</property>
<property name="icon_name">system-software-install</property>
<property name="gravity">center</property>
<property name="show_menubar">False</property>