* @brief Returns the auto-layout spacing (px) between adjacent tiled windows (-1 = flush borders). */
| 308 | * @brief Returns the auto-layout spacing (px) between adjacent tiled windows (-1 = flush borders). |
| 309 | */ |
| 310 | int UI::Dashboard::autoLayoutSpacing() const noexcept |
| 311 | { |
| 312 | return m_autoLayoutSpacing; |
| 313 | } |
| 314 | |
| 315 | /** |
| 316 | * @brief Returns true when a plot dataset should render against time. |