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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user