MoI discussion forum
MoI discussion forum

Full Version: MoI UI redesign

Show messages:  1-7  8-27  28-47  48-50

From: yophie
5 Oct 2015   [#48]

I really love this dark UI, but the dimensions given for a selected object (in the box in the upper right corner, underneath the name of the selection and the style) is almost invisible unless it is selected.

The visibility is great when it's highlighted, but I'd rather not have to go over to the corner of my screen and highlight every time I want to check the dimensions on something.

Could someone direct me to the code line where I can change this?

Thanks!


From: Michael Gibson
5 Oct 2015   [#49] In reply to [#48]
Hi Yophie,

re:
> Could someone direct me to the code line where I can change this?

The text color for the object size line in the properties panel is inside the file SidePaneContextArea.htm which is in the \ui subfolder.

The color is defined on line number 56, inside of this rule:

code:
		#PropObjectSize {
>>>>>>>>		color:#555;
			font-size:90%;
			word-wrap:break-word;
			overflow-x:hidden;
		}


If you change that to say color:white; then that will change the object size text to be white.

- Michael
From: yophie
5 Oct 2015   [#50] In reply to [#49]
perfect! thanks :D

Show messages:  1-7  8-27  28-47  48-50