mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Show the slider in the middle when there is only one quality profile available.
Contributes to CURA-6121.
This commit is contained in:
parent
a58c3997d4
commit
fceffce56e
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ Item
|
|||
if (availableMin == -1 || (availableMin == 0 && availableMax == 0))
|
||||
{
|
||||
// Do not use Math.round otherwise the tickmarks won't be aligned
|
||||
qualityModel.qualitySliderMarginRight = settingsColumnWidth
|
||||
qualityModel.qualitySliderMarginRight = settingsColumnWidth / 2
|
||||
}
|
||||
else if (availableMin == availableMax)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue