Took out a magic number
Added dpi stuff changed reversecorner height to tabbar height var
This commit is contained in:
parent
b7cd0c6afd
commit
3b45d44586
|
@ -140,8 +140,8 @@ local function create(c, focused_bool, buttons)
|
|||
shape = gears.rectangle,
|
||||
widget = wibox.container.background
|
||||
},
|
||||
width = 10,
|
||||
height = 40,
|
||||
width = dpi(10),
|
||||
height = size,
|
||||
strategy = "exact",
|
||||
layout = wibox.layout.constraint
|
||||
},
|
||||
|
@ -167,8 +167,8 @@ local function create(c, focused_bool, buttons)
|
|||
shape = gears.rectangle,
|
||||
widget = wibox.container.background
|
||||
},
|
||||
width = 10,
|
||||
height = 40,
|
||||
width = dpi(10),
|
||||
height = size,
|
||||
strategy = "exact",
|
||||
layout = wibox.layout.constraint
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue