--721ef3d208b04a88bc0d9832faa2d7e3 Content-Type: text/plain; charset="ascii" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit davidedmundson added inline comments. INLINE COMMENTS > KickoffConfigurationButton.qml:30-38 > + width: units.gridUnit * 6 > + height: units.gridUnit * 5 > > - property alias icon: iconElement.source > - property alias text: textElement.text > - property string name > > - width: units.gridUnit * 6 > - height: units.gridUnit * 5 > + PlasmaCore.FrameSvgItem { > + id: container > + width: units.gridUnit * 6 You should be able to get rid of the Item {} and just use the FrameSvgItem for the root component > KickoffConfigurationButton.qml:45 > > - height: childrenRect.height > + imagePath: plasmoid.location === PlasmaCore.Types.Vertical || plasmoid.location === PlasmaCore.Types.Horizontal > + ? "widgets/panel-background" : "widgets/background" for the tabs the background will always be widgets/background they're not shown directly on the panel. REPOSITORY rPLASMADESKTOP Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D2900 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: jsalatas, #plasma, #plasma:_design Cc: davidedmundson, plasma-devel, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas --721ef3d208b04a88bc0d9832faa2d7e3 Content-Type: text/html; charset="ascii" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable davidedmundson=20added=20inline=20comments. View=20Revision
INLINE=20COMMENTS
View=20InlineKickoffConfigurationB= utton.qml:30-38
=20=20=20=20visible:=20name=20!=3D=20"empty"
=20=20=20=20=20=20=20=20width:= =20units.gr= idUnit=20*=20= 6 =20=20=20=20=20=20=20=20he= ight:=20units.gridUnit=20*=205 =20=20=20=20property=20alias=20icon:=20iconElement= .sourc= e =20=20=20=20property=20alias=20text:=20textElement= .text<= /span> =20=20=20=20property=20string=20name =20=20=20=20width:=20units.gridUnit=20*=206 =20=20=20=20height:=20units.gridUnit=20*=20<= /span>5<= /span> =20=20=20=20PlasmaCore.FrameSvgItem=20{ =20=20=20=20=20=20=20=20id:=20container =20=20=20=20=20=20=20=20wi= dth:=20units.gridUnit=20*=206 You=20should=20be=20able=20to=20get=20rid=20o= f=20the=20Item=20{}=20and=20just=20use=20the=20FrameSvgItem=20for=20the=20r= oot=20component

View=20Inli= neKickoffCon= figurationButton.qml:45 =20=20=20=20=20=20= =20=20height:=20childrenRec= t.height =20=20=20=20=20=20=20=20imagePath:=20<= span=20class=3D"bright">plasmoid.location=20=3D=3D=3D=20PlasmaCore.Ty= pes.Vertical<= span=20class=3D"bright">=20||=20plasmoid.location=20=3D=3D=3D=20PlasmaCore.<= /span>Types<= /span>.Horizontal =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20?=20"w= idgets/panel-background"=20:= =20"widgets/background"= for=20the=20tabs=20the=20background=20will=20= always=20be=20widgets/background=20they're=20not=20shown=20directly=20= on=20the=20panel.

REP= OSITORY
rPLASMADESKTOP=20Plasma=20Desktop
REVISION=20DETAIL
https://phabricator.kde.org= /D2900
EMAIL=20PREFERENCEShttps://phabricator.kde.org/settings/panel/emailprefe= rences/
To:=20jsalatas,=20Plas= ma,=20Plasma:=20DesignCc:=20davidedmundson,=20plas= ma-devel,=20lesliezhai,=20ali-mohamed,=20jensreuterberg,=20abetts,=20sebas<= br=20/>
--721ef3d208b04a88bc0d9832faa2d7e3--