MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / autoLayoutMargin

Method autoLayoutMargin

app/src/UI/Dashboard.cpp:302–305  ·  view source on GitHub ↗

* @brief Returns the auto-layout margin (px) reserved between tiled windows and the canvas edges. */

Source from the content-addressed store, hash-verified

300 * @brief Returns the auto-layout margin (px) reserved between tiled windows and the canvas edges.
301 */
302int UI::Dashboard::autoLayoutMargin() const noexcept
303{
304 return m_autoLayoutMargin;
305}
306
307/**
308 * @brief Returns the auto-layout spacing (px) between adjacent tiled windows (-1 = flush borders).

Callers 1

autoLayoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected