Stupid me converted layout data the wrong way...

This commit is contained in:
Mads Sørensen 2021-01-28 17:28:20 +01:00
parent 670f1a6b73
commit 8f2ef8f041

View File

@ -37,7 +37,7 @@ export enum LayoutMutations {
// Define default layouts // Define default layouts
const DEFAULT_TRADING_LAYOUT: GridItemData[] = [ const DEFAULT_TRADING_LAYOUT: GridItemData[] = [
{ i: TradeLayout.botControls, x: 0, y: 0, w: 4, h: 3 }, { i: TradeLayout.botControls, x: 0, y: 0, w: 4, h: 3 },
{ i: TradeLayout.multiPane, x: 0, y: 3, w: 4, h: 23 }, { i: TradeLayout.multiPane, x: 0, y: 3, w: 4, h: 28 },
{ i: TradeLayout.chartView, x: 4, y: 0, w: 8, h: 11 }, { i: TradeLayout.chartView, x: 4, y: 0, w: 8, h: 11 },
{ i: TradeLayout.tradeDetail, x: 4, y: 16, w: 8, h: 5 }, { i: TradeLayout.tradeDetail, x: 4, y: 16, w: 8, h: 5 },
{ i: TradeLayout.openTrades, x: 4, y: 11, w: 8, h: 5 }, { i: TradeLayout.openTrades, x: 4, y: 11, w: 8, h: 5 },