]> git.mdlowis.com Git - proto/labwc.git/commit
theme: add window.button.height
authorJohan Malm <jgm323@gmail.com>
Fri, 20 Sep 2024 19:59:01 +0000 (20:59 +0100)
committerJohan Malm <jgm323@gmail.com>
Tue, 8 Oct 2024 19:04:05 +0000 (20:04 +0100)
commit0aa4cfe32de965a30a4d084a7b59f36b85d149f6
tree9c205ff3e135f828bc9fa809c4981512aab493fd
parentbe1805047913e8786a9cdeb53d47752626252546
theme: add window.button.height

window.button.{height,width} determine the space allocated for buttons.
Buttons can be smaller than this size and will then just be center aligned
within the allocated space. However, buttons will be clamped at this size
to prevent them from going outside of the allocated space.
include/ssd-internal.h
include/theme.h
src/ssd/ssd-part.c
src/ssd/ssd-titlebar.c
src/theme.c