Amend commend regarding Plasma workaround

It seems like version 5.17.0 is already affected.
This commit is contained in:
Martchus 2019-10-31 18:49:49 +01:00
parent e31edb5579
commit 3586bbf032
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ ColumnLayout {
parent.width = tabWidget.Layout.minimumWidth = units.gridUnit * size.width
parent.height = tabWidget.Layout.minimumHeight = units.gridUnit * size.height
// note: Setting the tabWidget's layout properties here as well because setting the parent's
// height ceased to work with Plasma 5.17.1. (It somehow doesn't work to set root's layout properties
// so I'm using tabWidget here.)
// height ceased to work with Plasma 5.17.0 or later. (It somehow doesn't work to set root's layout
// properties so I'm using tabWidget here.)
break
default:
;