mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -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
|
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…
Add table
Add a link
Reference in a new issue