Remove workspace border, avoid the main window having double borders (#8922)
Release Notes: - Fixed main window border, avoid double borders. ## Diff (Left is Before, Right is After)   Reference to Safari:  ## More Theme tests    
This commit is contained in:
parent
567fee4219
commit
4a60326c1c
1 changed files with 0 additions and 2 deletions
|
@ -3819,8 +3819,6 @@ impl Render for Workspace {
|
|||
.items_start()
|
||||
.text_color(colors.text)
|
||||
.bg(colors.background)
|
||||
.border()
|
||||
.border_color(colors.border)
|
||||
.children(self.titlebar_item.clone())
|
||||
.child(
|
||||
div()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue