Skip to content
Snippets Groups Projects
Commit 0c1cf3bf authored by Benjamin Arnaud's avatar Benjamin Arnaud Committed by Steve Lhomme
Browse files

qml/TeletextWidget: Update contentSize(s) implementation

parent a749fb90
No related branches found
No related tags found
1 merge request!2361qml: Add a dedicated Popup for the Teletext settings
......@@ -36,13 +36,15 @@ T.Pane {
implicitHeight: Math.max(background ? background.implicitHeight : 0,
contentHeight + topPadding + bottomPadding)
contentWidth: teleWidget.implicitWidth
contentHeight: teleWidget.y + teleWidget.implicitHeight
contentWidth: column.implicitWidth
contentHeight: column.implicitHeight
Keys.priority: Keys.AfterItem
Keys.onPressed: Navigation.defaultKeyAction(event)
Column {
id: column
spacing: VLCStyle.margin_small
Widgets.SubtitleLabel {
......@@ -52,8 +54,6 @@ T.Pane {
}
Row {
id: teleWidget
Widgets.IconControlButton{
id: teleActivateBtn
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment