[vlc-commits] package/macosx: Update dmg background and icon positions

Marvin Scholz git at videolan.org
Thu Feb 22 15:05:35 CET 2018


vlc/vlc-3.0 | branch: master | Marvin Scholz <epirat07 at gmail.com> | Thu Feb 22 15:04:31 2018 +0100| [9dc9c27b591af71f0870907524fd114a83c0a402] | committer: Marvin Scholz

package/macosx: Update dmg background and icon positions

The previous background had the orange bar at the bottom, but with
some configurations of the Window it would be covered by the status
bar. Therefore move the orange bar to the top and adjust the icon
positions accordingly.

(cherry picked from commit 454623571cee43b12b6377bb76392be35facc0fb)
Signed-off-by: Marvin Scholz <epirat07 at gmail.com>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=9dc9c27b591af71f0870907524fd114a83c0a402
---

 extras/package/macosx/dmg/background.tiff | Bin 50082 -> 50578 bytes
 extras/package/macosx/dmg/dmg_settings.py |   4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/extras/package/macosx/dmg/background.tiff b/extras/package/macosx/dmg/background.tiff
index 77be6205d3..df3889113e 100644
Binary files a/extras/package/macosx/dmg/background.tiff and b/extras/package/macosx/dmg/background.tiff differ
diff --git a/extras/package/macosx/dmg/dmg_settings.py b/extras/package/macosx/dmg/dmg_settings.py
index 19cb215dbd..2b0984c521 100644
--- a/extras/package/macosx/dmg/dmg_settings.py
+++ b/extras/package/macosx/dmg/dmg_settings.py
@@ -37,8 +37,8 @@ symlinks = { 'Applications': '/Applications' }
 
 # Location of the icons
 icon_locations = {
-    appname:        (181, 108),
-    'Applications': (392, 108),
+    appname:        (181, 168),
+    'Applications': (392, 168),
 }
 
 # Background



More information about the vlc-commits mailing list