1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:27:36 +00:00

Browser: Add a separator line below the menu while in multi-tab mode

This commit is contained in:
Andreas Kling 2021-04-09 22:23:32 +02:00
parent c8ff507534
commit 1029069ad6
2 changed files with 13 additions and 2 deletions

View file

@ -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 {