feat: implement custom titlebar matching editor style#710
feat: implement custom titlebar matching editor style#710dzhou121 merged 1 commit intolapce:masterfrom
Conversation
|
If possible, maybe we should draw the "minimize", "maximise", and "close" icons like a normal windows APP with title. |
|
Normal window: @dzhou121 few things:
Example of draggable lapce: lapce.mp4 |
Lapce logo only for Windows.
Probably yes for Windows only.
Yes please if that's not too much of trouble. |
I'll try to match it as closely as possible |
897ecfe to
9a9c4fd
Compare
78ff1d0 to
3f371a5
Compare
|
The only thing left is to add dynamic title to show workspace name but I haven't figured that out yet. PR can be merged and I'll push fix for title later. |
|
Thanks! I'm perfectly happy with it for not showing project name, because it's already at the very left. The restore thing might be a Druid thing. I can look into that. |
320527c to
a2c2f56
Compare
| Size::new(bc.max().width, 28.0) | ||
| #[cfg(not(target_os = "windows"))] | ||
| { | ||
| Size::new(bc.max().width, 28.0) | ||
| } | ||
|
|
||
| #[cfg(target_os = "windows")] | ||
| { | ||
| Size::new(bc.max().width, 32.0) | ||
| } |
There was a problem hiding this comment.
Changed titlebar height on Windows to match most other apps and improve readability slightly






No description provided.