fixed small things
This commit is contained in:
@@ -21,8 +21,8 @@ Row {
|
||||
width: {
|
||||
var cw = wsNum.width
|
||||
if (wsIconsRow.children.length > 0)
|
||||
cw += Config.spacing_fun(workspacesRow.height) + wsIconsRow.width
|
||||
Math.max(cw + Config.spacing_fun(workspacesRow.height), wsNum.height + Config.spacing_fun(workspacesRow.height))
|
||||
cw += Config.spacing_fun(bar.height) + wsIconsRow.width
|
||||
Math.max(cw + Config.spacing_fun(bar.height)*2, wsNum.height + Config.spacing_fun(bar.height)*2)
|
||||
}
|
||||
height: wsNum.height + Config.spacing_fun(wsNum.height)
|
||||
radius: Config.radius_fun(height)
|
||||
|
||||
Reference in New Issue
Block a user