mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-01-08 09:47:23 +08:00
Fixed returning wrong type to buttons in anti_aliasing padding widget
This commit is contained in:
parent
3ed8ed2dff
commit
f23c2d58cf
1 changed files with 1 additions and 1 deletions
|
|
@ -432,7 +432,7 @@ client.connect_signal("request::titlebars", function(c)
|
|||
-- Only visible when equal padding is desired for the client
|
||||
{
|
||||
visible = user.anti_aliasing and equal_padding or only_borders,
|
||||
buttons = user.anti_aliasing and only_borders and buttons,
|
||||
buttons = user.anti_aliasing and only_borders and buttons or nil,
|
||||
-- bg = beautiful.xbackground,
|
||||
bg = anti_aliasing_padding_color,
|
||||
-- bg = only_borders and anti_aliasing_padding_color or beautiful.xbackground,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue