From f99d56cf4091baf34636436de42ac84f4f92ae66 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 10 Mar 2022 21:31:54 +0800 Subject: ... --- src/theme_builder/components/StyleRuleSetEditor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/theme_builder/components/StyleRuleSetEditor.cpp') diff --git a/src/theme_builder/components/StyleRuleSetEditor.cpp b/src/theme_builder/components/StyleRuleSetEditor.cpp index dde7f3b8..dc09125f 100644 --- a/src/theme_builder/components/StyleRuleSetEditor.cpp +++ b/src/theme_builder/components/StyleRuleSetEditor.cpp @@ -3,7 +3,7 @@ #include "cru/ui/style/Condition.h" #include "cru/ui/style/Styler.h" -namespace cru::theme_builder { +namespace cru::theme_builder::components { using namespace cru::ui::controls; StyleRuleSetEditor::StyleRuleSetEditor() { scroll_view_.SetChild(&container_); @@ -50,4 +50,4 @@ void StyleRuleSetEditor::BindStyleRuleSet( rules_layout_.AddChild(style_rule_editors_.back()->GetRootControl()); } } -} // namespace cru::theme_builder +} // namespace cru::theme_builder::components -- cgit v1.2.3