diff options
| author | Igor <[email protected]> | 2020-08-07 20:52:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-07 20:52:22 -0400 |
| commit | c8ba1648bd2752ba647b09f164739a7c5ff83734 (patch) | |
| tree | 00124ff378826238f3338b3e4966ad1950c965e2 /resource/ui/flagstatus.res | |
| parent | 21fed14fc11e2021ff767e2bec34d8d0fa20715f (diff) | |
| parent | e391ac81598292127c356fcb6adbd83db72c5888 (diff) | |
Merge pull request #149 from raysfire/dev
v2020.0808
Diffstat (limited to 'resource/ui/flagstatus.res')
| -rw-r--r-- | resource/ui/flagstatus.res | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/resource/ui/flagstatus.res b/resource/ui/flagstatus.res index 0e706a6..daffae7 100644 --- a/resource/ui/flagstatus.res +++ b/resource/ui/flagstatus.res @@ -12,6 +12,10 @@ "visible" "1" "enabled" "1" "scaleImage" "1" + + "if_mvm" { + "ypos" "0" + } } "Briefcase" @@ -30,9 +34,15 @@ "if_mvm" { + "ypos" "14" "wide" "24" "tall" "24" } + + "if_specialdelivery" + { + "visible" "0" + } } "StatusIcon" @@ -53,5 +63,10 @@ { "visible" "0" } + + "if_specialdelivery" + { + "visible" "0" + } } }
\ No newline at end of file |
