fix(app): draggable windows on X11 systems using winit
This commit is contained in:
parent
6457481ae5
commit
6927220325
3 changed files with 7 additions and 9 deletions
|
|
@ -40,7 +40,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||
.antialiasing(true)
|
||||
.client_decorations(true)
|
||||
.debug(false)
|
||||
.default_icon_theme(Some("Pop".into()))
|
||||
.default_icon_theme("Pop")
|
||||
.default_text_size(16.0)
|
||||
.scale_factor(1.0)
|
||||
.size((1024, 768))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue