mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
59ac506091
theme is not available, use older subsurfaceTheme. Signed-off-by: jan Iversen <jan@casacondor.com>
9 lines
200 B
QML
9 lines
200 B
QML
// SPDX-License-Identifier: GPL-2.0
|
|
import QtQuick 2.11
|
|
import QtQuick.Controls 2.4
|
|
import QtQuick.Layouts 1.11
|
|
|
|
ComboBox {
|
|
Layout.fillWidth: true
|
|
font.pointSize: subsurfaceTheme.regularPointSize
|
|
}
|