* @brief Returns the auto-layout margin (px) reserved between tiled windows and the canvas edges. */
| 300 | * @brief Returns the auto-layout margin (px) reserved between tiled windows and the canvas edges. |
| 301 | */ |
| 302 | int 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). |