mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +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 { | 			TemplateLabel { | ||||||
| 				text: qsTr("Cylinder:") | 				text: qsTr("Cylinder:") | ||||||
| 			} | 			} | ||||||
| 			Controls.ComboBox { | 			TemplateComboBox { | ||||||
| 				id: defaultCylinderBox | 				id: defaultCylinderBox | ||||||
| 				font.pointSize: subsurfaceTheme.regularPointSize |  | ||||||
| 				Layout.preferredHeight: fontMetrics.height * 2.5 | 				Layout.preferredHeight: fontMetrics.height * 2.5 | ||||||
| 				inputMethodHints: Qt.ImhNoPredictiveText | 				inputMethodHints: Qt.ImhNoPredictiveText | ||||||
| 				Layout.fillWidth: true | 				Layout.fillWidth: true | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue