Reduce the height of toolbars
authorColin Clark <colin.clark@cclark.uk>
Fri, 19 Jan 2024 16:25:02 +0000 (16:25 +0000)
committerColin Clark <colin.clark@cclark.uk>
Fri, 19 Jan 2024 16:25:02 +0000 (16:25 +0000)
commitf1c1ccb94e55253651cc2219ec8d63130d90203d
tree1ddda91c3af86b5d149db758f21e42a746936a75
parent85ed3a79b66e02bbbee13354e52164a23fda10e6
Reduce the height of toolbars

The height of the toolbars was determined by a minimum size set in
GtkToolbar().
GtkToolbar is not in GTK4.
Horizontal boxes are used instead which result in a smaller icon size.
src/layout-util.cc
src/layout.cc