clean up a bit
This commit is contained in:
parent
9a9bc596ab
commit
8b3d43a4da
|
@ -54,6 +54,7 @@ namespace
|
||||||
LightIntensity( QQuickItem* parent = nullptr )
|
LightIntensity( QQuickItem* parent = nullptr )
|
||||||
: Box( "Light intensity", parent )
|
: Box( "Light intensity", parent )
|
||||||
{
|
{
|
||||||
|
addSpacer( 5 );
|
||||||
auto* lightDisplay = new LightDisplay( this );
|
auto* lightDisplay = new LightDisplay( this );
|
||||||
lightDisplay->setValue( 50.0 );
|
lightDisplay->setValue( 50.0 );
|
||||||
}
|
}
|
||||||
|
|
|
@ -58,7 +58,7 @@ RadialTickmarksNode::~RadialTickmarksNode()
|
||||||
}
|
}
|
||||||
|
|
||||||
void RadialTickmarksNode::update(const QColor& color, const QRectF& rect,
|
void RadialTickmarksNode::update(const QColor& color, const QRectF& rect,
|
||||||
const QskArcMetrics &arcMetrics, const QskIntervalF& boundaries,
|
const QskArcMetrics& arcMetrics, const QskIntervalF& /*boundaries*/,
|
||||||
const QskScaleTickmarks& tickmarks, int lineWidth,
|
const QskScaleTickmarks& tickmarks, int lineWidth,
|
||||||
Qt::Orientation /*orientation*/ )
|
Qt::Orientation /*orientation*/ )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue