Merge pull request #60 from FernandoBasso/larger-layout-launcher

Make LayoutLauncher window a little larger by default
This commit is contained in:
Matt Rose 2020-05-08 12:08:54 -04:00 committed by GitHub
commit 3fd38a6ea8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,10 +25,10 @@
<property name="can_focus">True</property>
<property name="hscrollbar_policy">never</property>
<property name="vscrollbar_policy">automatic</property>
<property name="width_request">250</property>
<property name="height_request">250</property>
<child>
<object class="GtkTreeView" id="layoutlist">
<property name="width_request">150</property>
<property name="height_request">200</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="model">layoutstore</property>