Taapeli / isotammi-addons

Gramps addons for Isotammi project / Isotammen Gramps-lisäosia
11 stars 3 forks source link

SuperTool README.md : a use for the result.add_row() #20

Open emyoulation opened 1 year ago

emyoulation commented 1 year ago

https://github.com/Taapeli/isotammi-addons/blob/master/source/SuperTool/README.md#the-result-object

When the result rows exceed the vertical AND horizontal scrollbars appear, the hotspot region of the horizontal scrollbar can make the bottom row fussy to select.

So when results exceed the size of both horz. and vert. space, a padding add_row() is helpful. Although a padding row any time there are results could be helpful. (A blank space at the bottom of a scrolling list is a visual indicator that you are at end of list.

kkujansuu commented 1 month ago

It seems that using the setting

GTK_OVERLAY_SCROLLING=0 

helps. For example, in Linux, put this in ~/.bashrc

export GTK_OVERLAY_SCROLLING=0 

See https://gramps-project.org/bugs/view.php?id=13363