Skip to content

Commit

Permalink
Get Dialog to shrink with OptionSelectors
Browse files Browse the repository at this point in the history
  • Loading branch information
rschroll committed Oct 1, 2014
1 parent 14ede88 commit c39ffd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/TitlelessDialog.qml
Expand Up @@ -171,7 +171,7 @@ PopupBase {
property real itemSpacing: units.gu(2)
property Item dismissArea: dialog.dismissArea

height: Math.min(childrenRect.height, dialog.height)
height: Math.min(contentsColumn.height + foreground.margins, dialog.height)

Column {
id: contentsColumn
Expand Down

0 comments on commit c39ffd0

Please sign in to comment.