mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Tweak Print Settings layout to match the rest of the UI.
This commit is contained in:
parent
eba75a726e
commit
8f792b2504
1 changed files with 2 additions and 1 deletions
|
@ -312,9 +312,10 @@ TabView
|
|||
{
|
||||
id: label
|
||||
width: base.firstColumnWidth;
|
||||
height: spinBox.height
|
||||
height: spinBox.height + UM.Theme.getSize("default_lining").height
|
||||
text: model.label
|
||||
elide: Text.ElideRight
|
||||
verticalAlignment: Qt.AlignVCenter
|
||||
}
|
||||
ReadOnlySpinBox
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue