Pat Thoyts writes: > With Tk 8.5+ use the themed widgets to improve the appearence > on Windows and MacOSX. On X11 less difference is apparent but > users can select alternate themes by setting *TkTheme in the > resource database (eg: *TkTheme: clam) Looks nice, but the geometry restoration code doesn't seem to work when using the themed widgets. I normally have gitk set so that the top pane is about half the height of the bottom pane, but when I start gitk with this patch both panes always come up about the same height, no matter what sizes they had last time gitk ran. I notice that the code that restores the height and width of the top pane is now inside if {!$use_ttk}. Is there no way to restore the pane layout with the themed widgets? Paul. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html