Merge branch 'Plasma/5.17'
This commit is contained in:
commit
9e9c9a68bd
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ Kirigami.Page {
|
|||
rightPadding: leftPadding
|
||||
bottomPadding: leftPadding
|
||||
|
||||
implicitWidth: tabLayout.implicitWidth
|
||||
implicitHeight: tabLayout.implicitHeight
|
||||
implicitWidth: Kirigami.Units.gridUnit * 48
|
||||
implicitHeight: Kirigami.Units.gridUnit * 33
|
||||
|
||||
// TODO: replace this TabBar-plus-Frame-in-a-ColumnLayout with whatever shakes
|
||||
// out of https://bugs.kde.org/show_bug.cgi?id=394296
|
||||
|
|
Loading…
Reference in a new issue