Tweak Print Settings layout to match the rest of the UI.

This commit is contained in:
fieldOfView 2017-05-09 13:03:49 +02:00
parent eba75a726e
commit 8f792b2504

View file

@ -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
{