fix: in prefs, reduce tracker list height to fit on small displays

This commit is contained in:
Gary Elshaw 2023-04-10 15:08:35 +12:00 committed by GitHub
parent 931beba56f
commit 1c64bdd352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1552,7 +1552,7 @@
<property name="column-spacing">12</property>
<child>
<object class="GtkScrolledWindow" id="default_trackers_scroll">
<property name="height-request">100</property>
<property name="height-request">90</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="hexpand">True</property>

View File

@ -1075,7 +1075,7 @@
<property name="vexpand">True</property>
<child>
<object class="GtkScrolledWindow" id="default_trackers_scroll">
<property name="height-request">100</property>
<property name="height-request">90</property>
<property name="focusable">1</property>
<property name="hexpand">1</property>
<property name="vexpand">1</property>