imp: use split layout by default

This commit is contained in:
Géry Debongnie
2019-04-01 09:22:12 +02:00
parent 14a8110b5d
commit 328043abf6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ body {
} }
.left-bar.split { .left-bar.split {
grid-template-rows: 50px auto 23px auto; grid-template-rows: 50px 60% 23px 30%;
} }
.menubar { .menubar {
+1 -1
View File
@@ -135,7 +135,7 @@ class App extends Component {
xml: SAMPLES[0].xml || DEFAULT_XML, xml: SAMPLES[0].xml || DEFAULT_XML,
error: false, error: false,
displayWelcome: true, displayWelcome: true,
splitLayout: false, splitLayout: true,
leftPaneWidth: Math.ceil(window.innerWidth / 2) leftPaneWidth: Math.ceil(window.innerWidth / 2)
}; };
} }