1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-29 17:50:09 +02:00

minor tweaks

This commit is contained in:
Kushagra Gour
2018-10-08 17:36:39 +05:30
parent c987dca6e9
commit 5142fbb88c
2 changed files with 2 additions and 1 deletions

View File

@@ -314,7 +314,7 @@ export default class ContentWrapFiles extends Component {
// Returns the sizes of main code & preview panes.
getMainSplitSizesToApply() {
var mainSplitSizes;
const sidebarWidth = 160;
const sidebarWidth = 200;
const { currentItem, currentLayoutMode } = this.props;
if (false && currentItem && currentItem.mainSizes) {
// For layout mode 3, main panes are reversed using flex-direction.