mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
imp: use split layout by default
This commit is contained in:
+1
-1
@@ -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
@@ -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)
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user