mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 20:42:21 +00:00
Ladybird: Tweak the QTabWidget look
This commit is contained in:
parent
8a657eaa34
commit
aa27112d78
Notes:
sideshowbarker
2024-07-17 02:45:51 +09:00
Author: https://github.com/awesomekling
Commit: aa27112d78
Pull-request: https://github.com/SerenityOS/serenity/pull/16583
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/linusg
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ BrowserWindow::BrowserWindow()
|
|||
m_tabs_container->setElideMode(Qt::TextElideMode::ElideRight);
|
||||
m_tabs_container->setMovable(true);
|
||||
m_tabs_container->setTabsClosable(true);
|
||||
m_tabs_container->setDocumentMode(true);
|
||||
|
||||
m_tabs_bar = m_tabs_container->findChild<QTabBar*>();
|
||||
m_tabs_bar->hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue