Thread Tools Display Modes
06-02-17, 06:09 AM   #1
Zemallo
A Defias Bandit
Join Date: Jun 2017
Posts: 2
Infobar/Exp Bar Scaling and Size

Alright so, First off this UI is great.
Secondly I have had to do ALOT of tweaking because I play on a 60" 4k Television and sit around 10 feet from it. So my UI needs to be alittle larger than normal. I have been able to fix all of my settings with the exception of the infobar on the bottom of my screen. I would love to make this taller so I can have larger fonts. It is so agonizingly small that I needed to enable BT's Micromenu and set it into the top left next to the minimap, that pull up menue in the bottom left is just too small! I have searched around the config for a while now and I simply just cant find the specific controls for the Infobar/Exp Bar sizing. Does anyone know how I can do this without changing the scale of everything else and having to go through and redo all of my tweaks?

Here is a screenshot of what im working with right now:
http://i.imgur.com/uxLUFmf.jpg
  Reply With Quote
06-07-17, 06:31 PM   #2
Zemallo
A Defias Bandit
Join Date: Jun 2017
Posts: 2
Apparently exiting the game and reloading made the scaling fix itself some how.
  Reply With Quote
06-12-17, 07:16 PM   #3
iamslay
A Wyrmkin Dreamwalker
 
iamslay's Avatar
Join Date: Mar 2010
Posts: 58
Originally Posted by Zemallo View Post
Apparently exiting the game and reloading made the scaling fix itself some how.
Would you mind posting a screenshot of what the fixed scaling looks like? I've got a similar issue and no amount of reloads or tweaking will fix it
__________________
  Reply With Quote
06-13-17, 05:45 PM   #4
Akns
A Deviate Faerie Dragon
 
Akns's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2015
Posts: 18
At least its possible to make it smaller in /Infobar/ , so it's possible to make it bigger.

You can see my small infobar here




You need to edit the value of RealUI.ModValue( x ) in Bar.lua and Blocks.lua
I'll show you my settings for lower Infobar, just increase the number and you'll (I think) get it bigger.

Bar.lua
Code:
Line 22 RealUI.ModValue(9) -- Was 16
Line 963 RealUI.ModValue(7) -- Was 9
Blocks.lua
Code:
Line 39 RealUI.ModValue(7) -- Was 10
Line 49 RealUI.ModValue(7) -- Was 9
Line 59 RealUI.ModValue(7) -- Was 9

Last edited by Akns : 06-13-17 at 05:48 PM.
  Reply With Quote
06-14-17, 07:58 AM   #5
Rhixican
A Fallenroot Satyr
Join Date: Oct 2012
Posts: 22
Originally Posted by Akns View Post
At least its possible to make it smaller in /Infobar/ , so it's possible to make it bigger.

- snip -

Bar.lua
Code:
Line 22 RealUI.ModValue(9) -- Was 16
Line 963 RealUI.ModValue(7) -- Was 9
Blocks.lua
Code:
Line 39 RealUI.ModValue(7) -- Was 10
Line 49 RealUI.ModValue(7) -- Was 9
Line 59 RealUI.ModValue(7) -- Was 9
Do you know if there's any way to change the font on the info bar? I'm trying to change it to pixel instead of the regular font, but I can't seem to get it to work no matter what I do.
  Reply With Quote
06-14-17, 11:53 PM   #6
Akns
A Deviate Faerie Dragon
 
Akns's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2015
Posts: 18
Originally Posted by Rhixican View Post
Do you know if there's any way to change the font on the info bar? I'm trying to change it to pixel instead of the regular font, but I can't seem to get it to work no matter what I do.
The Infobar utilize the db.profile, which means that the fonts are the ones you choose in the addon settings.

In case of Infobar, the font is the same as Chat. So if you change the chat font in RealUI Settings, that changes the Infobar font. Don't forget to reload for view changes

For example I use my own font as Chat Font :

  Reply With Quote
06-15-17, 04:38 PM   #7
Rhixican
A Fallenroot Satyr
Join Date: Oct 2012
Posts: 22
Originally Posted by Akns View Post
In case of Infobar, the font is the same as Chat. So if you change the chat font in RealUI Settings, that changes the Infobar font. Don't forget to reload for view changes[/IMG]
Yeah, I noticed that. Is there a different way around it? Pixel doesn't look good on chat, lol, but the info bar looks much more streamlined if it matches the rest of the UI being pixel.
  Reply With Quote

WoWInterface » Featured Projects » RealUI » Infobar/Exp Bar Scaling and Size


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off