]> git.mdlowis.com Git - proto/labwc.git/commit
theme: allow to set window button size (#1965)
authorConsus <consus@ftml.net>
Sat, 20 Jul 2024 08:33:57 +0000 (11:33 +0300)
committerGitHub <noreply@github.com>
Sat, 20 Jul 2024 08:33:57 +0000 (09:33 +0100)
commite4afa10fe42ad0716f75ec47f4b3051f65cf59f0
tree0b3d1065b7b94a1124ba12bec75b99ecb21658f0
parent46ec513630f60a4ab14b5677c1a5b10f23e60db2
theme: allow to set window button size (#1965)

This commit introduces new option "window.button.width". Despite the name
it currently affects both width and height.
14 files changed:
docs/labwc-theme.5.scd
docs/themerc
include/ssd.h
include/theme.h
include/view.h
src/snap.c
src/ssd/ssd-border.c
src/ssd/ssd-extents.c
src/ssd/ssd-part.c
src/ssd/ssd-titlebar.c
src/ssd/ssd.c
src/theme.c
src/view.c
src/xwayland.c