Fix alignment of traffic lights (#8128)

closes #7339
This commit is contained in:
Max 2024-02-24 02:09:14 +01:00 committed by GitHub
parent e06ff5f507
commit 622cae19eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,7 +94,7 @@ pub fn build_window_options(
titlebar: Some(TitlebarOptions {
title: None,
appears_transparent: true,
traffic_light_position: Some(point(px(8.), px(8.))),
traffic_light_position: Some(point(px(9.5), px(9.5))),
}),
center: false,
focus: false,