jeeeyul / eclipse-themes

Full Featured Eclipse Theme Customizer!
828 stars 121 forks source link

GTK 2.0 RC wizard not reduce tabs height in Ecilpse Mars #244

Open spirin87 opened 9 years ago

spirin87 commented 9 years ago

Screen after launching wizard (UBUNTU GNOME) screenshot from 2015-07-23 17 32 06

renataogarcia commented 9 years ago

Mars uses GTK 3 - have a look at GTK3 section. I've also updated the wiki to distinguish the solution between the versions.

jeeeyul commented 9 years ago

@renataogarcia Should I have to add GtkToolbar#swt-toolbar-flat {padding: 0px;} into Dynamic CSS Generation by default? Is this CSS for E4 or GTK3?

renataogarcia commented 9 years ago

Should I have to add GtkToolbar#swt-toolbar-flat {padding: 0px;} into Dynamic CSS Generation by default?

@jeeeyul I think that would be nice if possible - much better than having to tweak the themes.

Is this CSS for E4 or GTK3?

It's GTK CSS but since E4 uses SWT which uses GTK it reflects on E4. It affects other SWT applications running too. That would be another advantage, if you can include into the Dynamic CSS, because it would only apply to E4.

renataogarcia commented 9 years ago

@jeeeyul I'm happy to test the patch for you on Linux if you need.

jeeeyul commented 9 years ago

@renataogarcia Beta update is available at:

http://eclipse.jeeeyul.net/beta-update
renataogarcia commented 9 years ago

@jeeeyul Updated and tested but it doesn't seem to help. I wonder if this Dynamic CSS will reflect when getMinimumToolBarHeight is called.

jeeeyul commented 9 years ago

@renataogarcia Okay, finally, I'm installing ubuntu on VM. I will find out what I can.

spirin87 commented 9 years ago

@jeeeyul Any news? It still not working...