Skip to content

Commit

Permalink
Merge branch 'new-flag-icons' of github.com:piwik/piwik into new-flag…
Browse files Browse the repository at this point in the history
…-icons
  • Loading branch information
Findus23 committed Mar 29, 2017
2 parents 8fe7d43 + 2321efa commit 9bb5542
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
2 changes: 1 addition & 1 deletion plugins/CustomDimensions
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
<code>cn</code>
<logo>plugins/Morpheus/icons/dist/flags/cn.png</logo>
<segment>countryCode==cn</segment>
<logoWidth>16</logoWidth>
<logoHeight>11</logoHeight>
<logoHeight>16</logoHeight>
</row>
<row>
<label>Canada</label>
Expand All @@ -53,8 +52,7 @@
<code>ca</code>
<logo>plugins/Morpheus/icons/dist/flags/ca.png</logo>
<segment>countryCode==ca</segment>
<logoWidth>16</logoWidth>
<logoHeight>11</logoHeight>
<logoHeight>16</logoHeight>
</row>
<row>
<label>France</label>
Expand All @@ -81,8 +79,7 @@
<code>fr</code>
<logo>plugins/Morpheus/icons/dist/flags/fr.png</logo>
<segment>countryCode==fr</segment>
<logoWidth>16</logoWidth>
<logoHeight>11</logoHeight>
<logoHeight>16</logoHeight>
</row>
<row>
<label>Indonesia</label>
Expand All @@ -109,8 +106,7 @@
<code>id</code>
<logo>plugins/Morpheus/icons/dist/flags/id.png</logo>
<segment>countryCode==id</segment>
<logoWidth>16</logoWidth>
<logoHeight>11</logoHeight>
<logoHeight>16</logoHeight>
</row>
<row>
<label>Italy</label>
Expand All @@ -137,8 +133,7 @@
<code>it</code>
<logo>plugins/Morpheus/icons/dist/flags/it.png</logo>
<segment>countryCode==it</segment>
<logoWidth>16</logoWidth>
<logoHeight>11</logoHeight>
<logoHeight>16</logoHeight>
</row>
<row>
<label>Tibet</label>
Expand All @@ -165,8 +160,7 @@
<code>ti</code>
<logo>plugins/Morpheus/icons/dist/flags/ti.png</logo>
<segment>countryCode==ti</segment>
<logoWidth>16</logoWidth>
<logoHeight>11</logoHeight>
<logoHeight>16</logoHeight>
</row>
<row>
<label>United States</label>
Expand All @@ -193,7 +187,6 @@
<code>us</code>
<logo>plugins/Morpheus/icons/dist/flags/us.png</logo>
<segment>countryCode==us</segment>
<logoWidth>16</logoWidth>
<logoHeight>11</logoHeight>
<logoHeight>16</logoHeight>
</row>
</result>

0 comments on commit 9bb5542

Please sign in to comment.