diff options
author | crupest <crupest@outlook.com> | 2022-03-10 18:35:01 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-03-10 18:35:01 +0800 |
commit | d790505c3c0c829b6831ae8db2fd4e75d018e2c1 (patch) | |
tree | 18a1a66e049ce948a70d7a680dc1f6ef2207ece8 /src | |
parent | 159eff724a187f45e8780c0dc1540e75db05af23 (diff) | |
download | cru-d790505c3c0c829b6831ae8db2fd4e75d018e2c1.tar.gz cru-d790505c3c0c829b6831ae8db2fd4e75d018e2c1.tar.bz2 cru-d790505c3c0c829b6831ae8db2fd4e75d018e2c1.zip |
...
Diffstat (limited to 'src')
-rw-r--r-- | src/theme_builder/components/MainWindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theme_builder/components/MainWindow.cpp b/src/theme_builder/components/MainWindow.cpp index d2a4c765..fa8b04bc 100644 --- a/src/theme_builder/components/MainWindow.cpp +++ b/src/theme_builder/components/MainWindow.cpp @@ -24,8 +24,8 @@ MainWindow::MainWindow() { preview_button_.GetStyleRuleSet()->GetParent()); main_layout_.AddChild(style_rule_set_editor_.GetRootControl()); - main_layout_.SetChildLayoutData(0, {0, 0}); - main_layout_.SetChildLayoutData(1, {1, 1}); + main_layout_.SetChildLayoutData(0, {1, 0}); + main_layout_.SetChildLayoutData(1, {0, 1}); } MainWindow::~MainWindow() {} |