reduce size to fit 1024x600

This commit is contained in:
guinux 2017-09-22 09:07:35 +02:00
parent 42e151a6a8
commit 9d138d0447
1 changed files with 2 additions and 2 deletions

View File

@ -91,8 +91,8 @@
<template class="PamacManagerWindow" parent="GtkApplicationWindow">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="default_width">1005</property>
<property name="default_height">600</property>
<property name="default_width">955</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>