Remove gray line at the bottom of tabs
This commit is contained in:
@@ -6,4 +6,13 @@ import QtQuick.Controls 2.12
|
||||
TabBar {
|
||||
spacing: 0
|
||||
position: TabBar.Header
|
||||
|
||||
background: Item {
|
||||
Rectangle {
|
||||
width: parent.width
|
||||
anchors.bottom: parent.bottom
|
||||
height: 2
|
||||
color: theme.controls.tab.bottomLine
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user