mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
labnag: remove redundant lines in conf_init()
This commit is contained in:
parent
2b3aadb6af
commit
03c70e8a5e
1 changed files with 0 additions and 7 deletions
|
|
@ -1250,13 +1250,6 @@ conf_init(struct conf *conf)
|
|||
| ZWLR_LAYER_SURFACE_V1_ANCHOR_LEFT
|
||||
| ZWLR_LAYER_SURFACE_V1_ANCHOR_RIGHT;
|
||||
conf->layer = ZWLR_LAYER_SHELL_V1_LAYER_TOP;
|
||||
conf->button_background = 0x333333FF;
|
||||
conf->details_background = 0x333333FF;
|
||||
conf->background = 0x323232FF;
|
||||
conf->text = 0xFFFFFFFF;
|
||||
conf->button_text = 0xFFFFFFFF;
|
||||
conf->button_border = 0x222222FF;
|
||||
conf->border_bottom = 0x444444FF;
|
||||
conf->bar_border_thickness = 2;
|
||||
conf->message_padding = 8;
|
||||
conf->details_border_thickness = 3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue