blob: e0582b7f0077a5683c9b1512314a7e1a271c5b25 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// 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: theme.regularPointSize
}
|