groupbar: added group:groupbar:text_padding (#12818)
Co-authored-by: Roman Weinberger // ACL <roman.weinberger@acl.at>
This commit is contained in:
parent
f1652b2951
commit
a383ca1866
3 changed files with 15 additions and 6 deletions
|
|
@ -1115,6 +1115,12 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
|
|||
.type = CONFIG_OPTION_BOOL,
|
||||
.data = SConfigOptionDescription::SRangeData{0, -20, 20},
|
||||
},
|
||||
SConfigOptionDescription{
|
||||
.value = "group:groupbar:text_padding",
|
||||
.description = "set horizontal padding for a text",
|
||||
.type = CONFIG_OPTION_BOOL,
|
||||
.data = SConfigOptionDescription::SRangeData{0, 0, 22},
|
||||
},
|
||||
SConfigOptionDescription{
|
||||
.value = "group:groupbar:blur",
|
||||
.description = "enable background blur for groupbars",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue