MCPcopy Create free account
hub / github.com/KDE/labplot / rightPaddingChanged

Method rightPaddingChanged

src/frontend/dockwidgets/CartesianPlotDock.cpp:1352–1358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1350}
1351
1352void CartesianPlotDock::rightPaddingChanged(double value) {
1353 CONDITIONAL_RETURN_NO_LOCK;
1354
1355 double padding = Worksheet::convertToSceneUnits(value, m_worksheetUnit);
1356 for (auto* plot : m_plotList)
1357 plot->setRightPadding(padding);
1358}
1359
1360void CartesianPlotDock::verticalPaddingChanged(double value) {
1361 CONDITIONAL_RETURN_NO_LOCK;

Callers

nothing calls this directly

Calls 1

setRightPaddingMethod · 0.80

Tested by

no test coverage detected