Fix #917: GTK3 status bar fields can cause the window to unexpectedly change size
authorColin Clark <colin.clark@cclark.uk>
Mon, 16 Aug 2021 15:52:08 +0000 (16:52 +0100)
committerColin Clark <colin.clark@cclark.uk>
Mon, 16 Aug 2021 15:52:08 +0000 (16:52 +0100)
commit6c538f4042c4b9545c2656096f16bc297b081b11
tree933d2fbd7561e9dbdf97d84b628a334d0b6569ae
parent2544f9ec05fc8c3e2cb507228a49efc9074ab1a6
Fix #917: GTK3 status bar fields can cause the window to unexpectedly change size

https://github.com/BestImageViewer/geeqie/issues/917

Use gtk_label_set_ellipsize() to allow the box size to be reduced.
src/layout.c