moment/src/qml/Base/HTabBar.qml

8 lines
104 B
QML

import QtQuick 2.12
import QtQuick.Controls 2.12
TabBar {
spacing: 0
position: TabBar.Header
}