elementary: Update connman theme for all security

Provide the appropriate lock icon for less common security types.
@fix
also allow the icons to grow on scaled displays
This commit is contained in:
Andy Williams 2016-07-03 17:25:37 +01:00
parent f13b5aebc8
commit 460308a95b
1 changed files with 10 additions and 1 deletions

View File

@ -657,7 +657,6 @@ group { name: "e/modules/connman/end";
part { name: "base"; mouse_events: 0; part { name: "base"; mouse_events: 0;
description { state: "default" 0.0; description { state: "default" 0.0;
image.normal: "glow_lock_locked.png"; image.normal: "glow_lock_locked.png";
max: 16 16;
aspect: 1.0 1.0; aspect_preference: BOTH; aspect: 1.0 1.0; aspect_preference: BOTH;
visible: 0; visible: 0;
} }
@ -699,5 +698,15 @@ group { name: "e/modules/connman/end";
action: STATE_SET "psk" 0.0; action: STATE_SET "psk" 0.0;
target: "base"; target: "base";
} }
program {
signal: "e,security,ieee8021x"; source: "e";
action: STATE_SET "psk" 0.0;
target: "base";
}
program {
signal: "e,security,wps"; source: "e";
action: STATE_SET "wep" 0.0;
target: "base";
}
} }
} }