macgitver / MacGitverModules

DEPRECATED: Modules for MacGitver
5 stars 1 forks source link

show icons in RepoTree #91

Closed antis81 closed 10 years ago

antis81 commented 10 years ago

Let's add a little more color :rainbow: to the otherwise boring repository view.

antis81 commented 10 years ago

together with the new icons looks like this: mgv_repo_history_view

scunz commented 10 years ago

@antis81, this is really nice, but there's a big big BUT:

Can we somehow optimise the height ratio between the icons and the texts, ideally approaching a value of 1?

antis81 commented 10 years ago

@scunz, you mean like this ... repotree_24pt

The first sample uses a font size of 24pt (pixelSize() again returns -1 - strange...). The second sample uses a font size of 11pt. I also introduced a minimum icon size of fixed 16px. This is what we see here: repotree_11pt

Ok?

scunz commented 10 years ago

Yeah, exactly. But note, that it has to match whatever the user chooses to setup... Would be funny to force the "Fontsize" to be a compile time setting :)