mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
mobile-widgets/qml: settings Control.comboBox -> TemplateComboBox
Replace Control.ComboBox with TemplateComboBox, in order to use common font/color scheme. Signed-off-by: jan Iversen <jan@casacondor.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2ce32277db
commit
ee1d5ba94e
1 changed files with 1 additions and 2 deletions
|
@ -356,9 +356,8 @@ Kirigami.ScrollablePage {
|
|||
TemplateLabel {
|
||||
text: qsTr("Cylinder:")
|
||||
}
|
||||
Controls.ComboBox {
|
||||
TemplateComboBox {
|
||||
id: defaultCylinderBox
|
||||
font.pointSize: subsurfaceTheme.regularPointSize
|
||||
Layout.preferredHeight: fontMetrics.height * 2.5
|
||||
inputMethodHints: Qt.ImhNoPredictiveText
|
||||
Layout.fillWidth: true
|
||||
|
|
Loading…
Reference in a new issue