mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile/UI: small adjustments, using the slim combo box
This changes most readonly combo boxes to use the smaller, more modern looking TemplateSlimComboBox and makes some layout adjustments on a few pages to overall create a better UI. A lot of this is just cleaning up things that were rather rough in the first place. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2784f390a1
commit
ee3482c109
3 changed files with 14 additions and 13 deletions
|
@ -81,7 +81,7 @@ TemplatePage {
|
|||
TemplateLabel {
|
||||
text: qsTr("Cylinder:")
|
||||
}
|
||||
TemplateComboBox {
|
||||
TemplateSlimComboBox {
|
||||
id: defaultCylinderBox
|
||||
Layout.fillWidth: true
|
||||
onActivated: {
|
||||
|
@ -145,7 +145,7 @@ TemplatePage {
|
|||
Layout.bottomMargin: Kirigami.Units.largeSpacing / 2
|
||||
Layout.columnSpan: 2
|
||||
}
|
||||
TemplateComboBox {
|
||||
TemplateSlimComboBox {
|
||||
editable: false
|
||||
Layout.columnSpan: 2
|
||||
currentIndex: (subsurfaceTheme.currentTheme === "Blue") ? 0 :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue