gmzang / maczfs

Automatically exported from code.google.com/p/maczfs
Other
0 stars 0 forks source link

Installer background image is too large, obscures title text #83

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download installer
2. Run installer
3. Observe background image

What is the expected output? What do you see instead?
The background image obscures the title text. It should not do. (Make it 
smaller?)

What version of the product are you using? On what operating system?
74.0.1 on 10.6.6

Original issue reported on code.google.com by da...@gloveraoki.net on 12 Feb 2011 at 6:51

Attachments:

GoogleCodeExporter commented 8 years ago
The installer uses the VolumeIcons image for the mount:

<resources bg-scale="proportional" bg-align="topright">
    <locale lang="en-GB">
      <resource relative="true" mod="true" type="background">../zfs_bundle/VolumeIcon.icns</resource>

http://github.com/alblue/mac-zfs/blob/master/support/MacZFS.pmdoc/index.xml#L50

We could use a different background image or one which was scaled less in order 
to fit and then replace this path to point to it.

Original comment by alex.ble...@gmail.com on 16 Feb 2011 at 9:18

GoogleCodeExporter commented 8 years ago
Fixed in c8c5370ffc47435d0e1691d6f61410ce518026d7

Original comment by alex.ble...@gmail.com on 5 Mar 2011 at 10:43

GoogleCodeExporter commented 8 years ago
Resolved in 74.1.0 and above

Original comment by alex.ble...@gmail.com on 5 Mar 2011 at 11:55