controlcenter: correcting forget network button sizing issues
This commit is contained in:
parent
a004902bc6
commit
d9313ca425
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ Item {
|
||||||
SimpleButton {
|
SimpleButton {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.topMargin: Appearance.spacing.normal
|
Layout.topMargin: Appearance.spacing.normal
|
||||||
|
Layout.minimumHeight: Appearance.font.size.normal + Appearance.padding.normal * 2
|
||||||
visible: {
|
visible: {
|
||||||
if (!root.network || !root.network.ssid) {
|
if (!root.network || !root.network.ssid) {
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue