MoI discussion forum
MoI discussion forum

Full Version: MoI UI redesign

Show messages:  1-2  3-22  23-42  43-50

From: Samuel Zeller
30 Jun 2014   [#43]
@Apophis

Yes!

Things are a bit busy for me since I'm quitting my day job to go full freelance (1s september)

But I still have this project in mind, I will try to work on it a bit the next weeks.

I'm using it every day at work so I know what to improve, just need to find the time.
From: Apophis
1 Jul 2014   [#44]
sounds good :-)
From: ttype (STRUBE)
2 Feb 2015   [#45] In reply to [#43]
Could you perhaps share your moi.css?
From: blindfoldjump
3 Feb 2015   [#46] In reply to [#45]
Oh this looks very sweet! Nice work on the design
From: Samuel Zeller
11 Aug 2015   [#47]
Release the files here
http://moi3d.com/forum/index.php?webtag=MOI&msg=7534.1
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-2  3-22  23-42  43-50