blob: d81b4452615b60742e07acab2447bb6dd6e37fce (
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
RadioButton {
Layout.fillWidth: true
font.pointSize: subsurfaceTheme.regularPointSize
}
|