Jump to content

Patcher header image not centered


Go to solution Solved by Crypto,

6 posts in this topic

Recommended Posts

Posted

Is there a code to center it? I believe it depends on the header.

Posted

Well this is what I used :

 

<dict>

<key>cell</key>

<string>PSStaticTextCell</string>

<key>height</key>

<string>133</string>

<key>label</key>

<string></string>

<key>icon</key>

<string>banner.png</string>

 

 

I'm not exactly sure what I'm supposed to write to make it centered?

  • Solution
Posted (edited)

Fixed. The [email protected] needs to be 750x250 instead of 640x200.

 

Height needs to be 125 instead of 100

 

Like this :

<dict>
<key>cell</key>
<string>PSStaticTextCell</string>
<key>cellClass</key>
<string>PFHeaderCell</string>
<key>background</key>
<string>#EFEFF4</string>
<key>image</key>
<string>/Library/PreferenceBundles/ProjectNamePreferences.bundle/header.png</string>
<key>height</key>
<integer>125</integer>
</dict>
Updated by Crypto
Posted

Crypto, on 29 Aug 2016 - 01:17 AM, said:

Fixed

How?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines