Code

git-gui: fix size and position of window panes on startup
authorPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 2 Aug 2010 12:42:45 +0000 (13:42 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 2 Aug 2010 12:42:45 +0000 (13:42 +0100)
commit2810a58dba6d06f4d1816fb06500c117feebd830
tree3dc27acd005a85d596bc2fb4139e9b6b207231dc
parent9cb268c426ccb2bb836418caad669476b5dd1933
git-gui: fix size and position of window panes on startup

The themed panedwindow needs to have the sash position set after the
widget has been mapped therefore apply this setting in the Map event
binding. To avoid visible redraws as the application is constructed
the main window should be withdrawn until all the widgets have been added

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
git-gui.sh