Enforce style lints which do not have violations (#36580)
Release Notes: - N/A
This commit is contained in:
parent
4ee565cd39
commit
6ed29fbc34
20 changed files with 146 additions and 89 deletions
|
@ -7670,7 +7670,7 @@ pub fn client_side_decorations(
|
|||
|
||||
match decorations {
|
||||
Decorations::Client { .. } => window.set_client_inset(theme::CLIENT_SIDE_DECORATION_SHADOW),
|
||||
Decorations::Server { .. } => window.set_client_inset(px(0.0)),
|
||||
Decorations::Server => window.set_client_inset(px(0.0)),
|
||||
}
|
||||
|
||||
struct GlobalResizeEdge(ResizeEdge);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue