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

Method layoutBottomMarginChanged

src/frontend/dockwidgets/WorksheetDock.cpp:447–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445}
446
447void WorksheetDock::layoutBottomMarginChanged(double margin) {
448 CONDITIONAL_RETURN_NO_LOCK;
449
450 for (auto* worksheet : m_worksheetList)
451 worksheet->setLayoutBottomMargin(Worksheet::convertToSceneUnits(margin, m_worksheetUnit));
452}
453
454void WorksheetDock::layoutLeftMarginChanged(double margin) {
455 CONDITIONAL_RETURN_NO_LOCK;

Callers

nothing calls this directly

Calls 1

setLayoutBottomMarginMethod · 0.45

Tested by

no test coverage detected