history-box: Dynamically adjust slice list model size
The slice get's increased by 50 items if scrolled to the bottom and reset to the initial 75 items if scrolled back to the top. The defined threshholds make sure that the UX still feels smooth.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
</child>
|
||||
|
||||
<child>
|
||||
<object class="GtkScrolledWindow">
|
||||
<object class="GtkScrolledWindow" id="scrolled_window">
|
||||
<property name="visible">True</property>
|
||||
<property name="hscrollbar-policy">never</property>
|
||||
<child>
|
||||
|
||||
Reference in New Issue
Block a user