Allow the location in the event list to wrap
1 files changed, 1 insertions(+), 0 deletions(-) M shipments_gtk/window.py
M shipments_gtk/window.py => shipments_gtk/window.py +1 -0
@@ 346,6 346,7 @@ class ShipmentsWindow: location.set_margin_bottom(8) location.set_margin_start(8) location.set_margin_end(8) + location.set_line_wrap(True) timestamp.set_margin_bottom(8) timestamp.set_margin_start(8)