Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-gui: Vertically align textboxes with labels
In git-gui after clicking either on 'Create New Repository' or 'Open Existing Repository' the form elements aren't centered like they are pretty much everywhere else in the app. At least when ran on a mac, haven't checked on other platforms. Using grid instead of pack seems to fix this. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
- Loading branch information