* @brief One window fills the available canvas area. */
| 252 | * @brief One window fills the available canvas area. |
| 253 | */ |
| 254 | static void tileOne(const QList<QQuickItem*>& wins, const TileEnv& env) |
| 255 | { |
| 256 | placeWindow(wins[0], env.margin, env.margin, env.availW, env.availH); |
| 257 | } |
| 258 | |
| 259 | /** |
| 260 | * @brief Two windows split side-by-side or stacked depending on orientation. |
no test coverage detected