Skip to content

Commit

Permalink
Try always showing the dimensions controls
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines committed May 4, 2023
1 parent ec375be commit c10c0c9
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,12 @@ function DimensionsToolsPanel( {
}

const DEFAULT_CONTROLS = {
contentSize: false,
wideSize: false,
padding: false,
margin: false,
blockGap: false,
minHeight: false,
contentSize: true,
wideSize: true,
padding: true,
margin: true,
blockGap: true,
minHeight: true,
childLayout: true,
};

Expand Down

0 comments on commit c10c0c9

Please sign in to comment.