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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user