mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 09:17:45 +00:00
Browser: Add a separator line below the menu while in multi-tab mode
This commit is contained in:
parent
c8ff507534
commit
1029069ad6
2 changed files with 13 additions and 2 deletions
|
@ -2,8 +2,12 @@
|
|||
name: "browser"
|
||||
fill_with_background_color: true
|
||||
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
spacing: 2
|
||||
layout: @GUI::VerticalBoxLayout
|
||||
|
||||
@GUI::HorizontalSeparator {
|
||||
name: "top_line"
|
||||
fixed_height: 2
|
||||
visible: false
|
||||
}
|
||||
|
||||
@GUI::TabWidget {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue