2019-02-11 17:53:50 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
import QtQuick 2.11
|
|
|
|
import QtQuick.Controls 2.4
|
|
|
|
import QtQuick.Layouts 1.11
|
|
|
|
|
|
|
|
ComboBox {
|
|
|
|
Layout.fillWidth: true
|
2020-01-09 10:31:30 +00:00
|
|
|
font.pointSize: subsurfaceTheme.regularPointSize
|
2019-02-11 17:53:50 +00:00
|
|
|
}
|