mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 16:59:01 +08:00
Tweak Print Settings layout to match the rest of the UI.
This commit is contained in:
parent
eba75a726e
commit
8f792b2504
@ -312,9 +312,10 @@ TabView
|
|||||||
{
|
{
|
||||||
id: label
|
id: label
|
||||||
width: base.firstColumnWidth;
|
width: base.firstColumnWidth;
|
||||||
height: spinBox.height
|
height: spinBox.height + UM.Theme.getSize("default_lining").height
|
||||||
text: model.label
|
text: model.label
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
verticalAlignment: Qt.AlignVCenter
|
||||||
}
|
}
|
||||||
ReadOnlySpinBox
|
ReadOnlySpinBox
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user