Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
adjust for changes in core-layout
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Apr 16, 2014
1 parent d539c98 commit d0a65cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion elements/designer-element/designer-element.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<link rel="stylesheet" href="designer-element.css">

<core-layout flow="v"></core-layout>
<core-layout vertical></core-layout>

<core-toolbar id="appbar" theme="core-light-theme">

Expand Down
2 changes: 1 addition & 1 deletion elements/x-designer/x-designer.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<core-layout></core-layout>

<section id="tools">
<core-layout flow="v"></core-layout>
<core-layout vertical></core-layout>
<x-palette core-flex id="palette" elements="{{elements}}" canvas="{{$.canvas}}" on-palette-drag="{{paletteDrag}}" on-palette-create-drag-object="{{paletteCreateDragObject}}"></x-palette>
<polymer-ui-splitter direction="down"></polymer-ui-splitter>
<x-tree id="tree" canvas="{{$.canvas}}" selected="{{selected}}"></x-tree>
Expand Down
2 changes: 1 addition & 1 deletion elements/x-inspector/x-inspector.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<link rel="stylesheet" href="x-inspector.css">

<core-layout flow="v"></core-layout>
<core-layout vertical></core-layout>

<div id="header" theme="polymer-ui-light-theme">

Expand Down

0 comments on commit d0a65cc

Please sign in to comment.