[PATCH 0/1] gitk: Preserve window dimensions on exit when not using ttk themes

2019-10-14 Thread Eric Huber via GitGitGadget
This fix is intended to let gitk preserve the window pane dimensions regardless of whether ttk is enabled or not. I'm not an expert on Tcl/Tk but as far as I can tell, this edit works and doesn't cause problems. Please double-check what I did. Eric Huber (1): gitk: Preserve window dimensions on

[PATCH 1/1] gitk: Preserve window dimensions on exit when not using ttk themes

2019-10-14 Thread Eric Huber via GitGitGadget
From: Eric Huber Bug was: gitk would overwrite the botwidth setting in .gitk with a nonsense value when not using tk themes. I'm not sure if this is the right fix or not but it seems to work. Moving the affected line within the conditional results in the expected behavior. Signed-off-by: Eric Hu