-
I use the dream skin and since the latest update Masque is making it bigger than usual. Version 8.1.0-Alpha works fine with the correct size. |
Beta Was this translation helpful? Give feedback.
Replies: 11 comments
-
The default skins were adjusted to be more inline with proper button sizes. Dream was only increased by 6 pixels (3 on each side). If they're overlapping or otherwise too big for your tastes, use the add-on's settings to adjust the button size and/or spacing. |
Beta Was this translation helpful? Give feedback.
-
Ahh sorry I didn't realise the change,
Thanks i'll update and tweak to the size i prefer.
Thanks again
…On Thu, Apr 4, 2019 at 8:29 PM Jim Foster ***@***.***> wrote:
The default skins were adjusted to be more inline with proper button
sizes. Dream was only increased by 6 pixels (3 on each side). If they're
overlapping or otherwise too big for your tastes, use the add-on's settings
to adjust the button size and/or spacing.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/StormFX/Masque/issues/55#issuecomment-480032256>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGiZmZkptwR6AabLDky7NSAzGPggA7vuks5vdlK2gaJpZM4cdcAr>
.
|
Beta Was this translation helpful? Give feedback.
-
You're welcome. |
Beta Was this translation helpful? Give feedback.
-
Sorry to be a pain but were do I find the options.
Skin settings has very little options for me at all;
[image: image.png]
…On Thu, Apr 4, 2019 at 8:53 PM Jim Foster ***@***.***> wrote:
You're welcome.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/StormFX/Masque/issues/55#issuecomment-480039845>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGiZmWLW7XT-4wuxvlCiAbFYPUvidoPYks5vdlhEgaJpZM4cdcAr>
.
|
Beta Was this translation helpful? Give feedback.
-
You need to change the size in the add-on that's being skinned by Masque. Eg, your action bar, buff or bag mod. Masque doesn't support size changing. |
Beta Was this translation helpful? Give feedback.
-
Hey,
So I've tried multiple times to get bartender to adjust to the old dream
method but its not possible as it doesn't allow the adjustments without
doing each individual bar and the spacing isn't as exact.
Is there a way to make a "old-dream" skin at all?
I tried to a few times but I just can't get it to work or even adjust
modifying your dream file? I appreciate you don't want to maintain another
version but I'm unsure how to fix it back to how I used to have it.
Any help would be greatly appreciated
Kind regards
…On Fri, Apr 5, 2019 at 4:56 PM Jim Foster ***@***.***> wrote:
You need to change the size in the add-on that's being skinned by Masque.
Eg, your action bar, buff or bag mod. Masque doesn't support size changing.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/StormFX/Masque/issues/55#issuecomment-480328564>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGiZmc-J2ey1EEbphVsl76avUEc4nueGks5vd3IigaJpZM4cdcAr>
.
|
Beta Was this translation helpful? Give feedback.
-
As I said, I only adjusted the size of Dream by a few pixels (2 on each side). I can't be bothered going through all the changes I made that affect whatever is you're trying to accomplish to create an alternate version for one user. Bartender allows you to adjust the scale and spacing of the buttons. If you're unable to get it how you want it with Bartender, try a different Action Bar add-on, like Dominos. If that doesn't work, you can copy the <Script file="Dream.lua"/> to <Script file="Dream.lua"/>
<Script file="Dream2.lua"/> Then, open your new Core.AddSkin("Dream", { to Core.AddSkin("Dream2", { Once that's done, you can go into |
Beta Was this translation helpful? Give feedback.
-
Perfect thank you
…On Mon, Apr 15, 2019 at 9:15 PM Jim Foster ***@***.***> wrote:
As I said, I only adjusted the size of Dream by a few pixels (2 on each
side). I can't be bothered going through all the changes I made that affect
whatever is you're trying to accomplish to create an alternate version for
one user.
Bartender allows you to adjust the scale and spacing of the buttons. If
you're unable to get it how you want it with Bartender, try a different
Action Bar add-on, like Dominos. If that doesn't work, you can copy the
Masque\Skins\Dream.lua file to Masque\Skins\Dream2.lua, open
Masque\Skins\Skins.xml and change:
<Script file="Dream.lua"/>
to
<Script file="Dream.lua"/>
<Script file="Dream2.lua"/>
Then, open your new Dream2.lua and change:
Core.AddSkin("Dream", {
to
Core.AddSkin("Dream2", {
Once that's done, you can go into Dream2.lua and edit all of the Width
and Height values to your liking. Or you can just edit the original
Dream.lua. In eithe case, make sure you back it up.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/StormFX/Masque/issues/55#issuecomment-483401658>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGiZmae52YEP2Y6lipd5TdpIzGuZVG1Iks5vhN3ngaJpZM4cdcAr>
.
|
Beta Was this translation helpful? Give feedback.
-
You should be able to subtract 4 from each value and get the desired result. |
Beta Was this translation helpful? Give feedback.
-
By the way, in case you didn't know: You can manually type numbers, including decimals, into Bartender's size and padding options. That would probably be easier than editing a skin. :p |
Beta Was this translation helpful? Give feedback.
-
Ah doh! I was using the slider to adjust, that explains it then.
Appreciate you taking a look even though you didn't have to do that.
I'll try again with bartender first
…On Wed, 17 Apr 2019, 03:56 Jim Foster, ***@***.***> wrote:
By the way, in case you didn't know: You can manually type numbers in
Bartender's size and padding options. That would probably be easier than
editing a skin. :p
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/StormFX/Masque/issues/55#issuecomment-483917875>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGiZmZFrtnaxATOR16zRqgvIsi50M4VHks5vho1GgaJpZM4cdcAr>
.
|
Beta Was this translation helpful? Give feedback.
As I said, I only adjusted the size of Dream by a few pixels (2 on each side). I can't be bothered going through all the changes I made that affect whatever is you're trying to accomplish to create an alternate version for one user.
Bartender allows you to adjust the scale and spacing of the buttons. If you're unable to get it how you want it with Bartender, try a different Action Bar add-on, like Dominos. If that doesn't work, you can copy the
Masque\Skins\Dream.lua
file toMasque\Skins\Dream2.lua
, openMasque\Skins\Skins.xml
and change:to
Then, open your new
Dream2.lua
and change: