Skip to content

Commit

Permalink
app: Set visible property
Browse files Browse the repository at this point in the history
Replace imperative code with declarative.
  • Loading branch information
plfiorini committed Dec 30, 2016
1 parent c604882 commit b6e4dfd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ FluidWindow {
minimumHeight: 600
maximumWidth: minimumWidth
maximumHeight: minimumHeight
visible: true

Material.accent: Material.Blue
Material.primary: Material.color(Material.BlueGrey, Material.theme === Material.Light
Expand All @@ -63,7 +64,5 @@ FluidWindow {
//window.height = plugin.item.height;
}
}

show();
}
}

0 comments on commit b6e4dfd

Please sign in to comment.