You are not logged in.
Hi, I've tried stuff with ythickness = 0 but now I'm done with it and posting here: how to remove the lines above and below the toolbar like indicated in the screenshot? Gtkrc here, it belongs to Cobra-Orange but I modified it to have transparancy and stuff. Get that Cobra theme and replace the gtkrc if you want to try for yourself.
Last edited by VCoolio (2011-01-07 14:49:27)
Offline
Offline
Tried it, didn't work, or I did it wrong. Thanks though, wasn't a bad idea.
Offline
Offline
I have question about something different, but also about gtk theming.
Can you tell me how to change this one thing (that triangle in red circle)?
That's the resize-grip. Tweaking depends on your theme engine. If it's pixmap you can gimp the .png file, else you'll need to find the right class to tweak, probably somewhere near the statusbar section. Search for "function = RESIZE_GRIP". You can disable by
GtkStatusbar::has-resize-grip = FALSE
Post your gtkrc if you need more.
Offline
Yes, that's it. Thanks a lot VCoolio.
Offline
Workaround for the toolbar borders: use the pixmap engine with an empty transparant toolbar.png. Marking solved, but a solution with murrine engine is still appreciated!
Offline
GtkToolbar::shadow_type = GTK_SHADOW_NONE
this?
Offline
GtkToolbar::shadow_type = GTK_SHADOW_NONE
this?
no, I already had that.
Edit: no I didn't. Ik had shadow-type instead of shadow_type.
still doesn't work though.
Last edited by VCoolio (2011-02-08 22:15:22)
Offline