From 3f210a9b5d8a3f40b40735cebe13da7e12ee58c9 Mon Sep 17 00:00:00 2001 From: ZeldaZach Date: Wed, 18 Dec 2024 21:24:53 -0500 Subject: [PATCH] Minor --- cockatrice/src/client/ui/layouts/flow_layout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/client/ui/layouts/flow_layout.cpp b/cockatrice/src/client/ui/layouts/flow_layout.cpp index 880947b4e..f1a776c47 100644 --- a/cockatrice/src/client/ui/layouts/flow_layout.cpp +++ b/cockatrice/src/client/ui/layouts/flow_layout.cpp @@ -1,5 +1,5 @@ /** - * @file flowLayout.cpp + * @file flow_layout.cpp * @brief Implementation of the FlowLayout class, a custom layout for dynamically organizing widgets * in rows within the constraints of available width or parent scroll areas. */