diff options
-rw-r--r-- | scatterplot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scatterplot.h b/scatterplot.h index d17341e..c15215b 100644 --- a/scatterplot.h +++ b/scatterplot.h @@ -28,7 +28,7 @@ public: Q_INVOKABLE float glyphSize() const { return m_glyphSize; } - static const int PADDING = 10; + static const int PADDING = 20; signals: void xyChanged(const arma::mat &XY) const; |