From: Shawn O. Pearce Date: Thu, 14 Feb 2008 06:07:39 +0000 (-0500) Subject: git-gui: Correct size of dictionary name widget in options dialog X-Git-Tag: gitgui-0.10.0~32 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/740b9b9ff4db2c32eb655213b44e3e5249128426 git-gui: Correct size of dictionary name widget in options dialog We don't need to fill this entire horizontal cavity, it looks really bad on some platforms to stretch the widget out to fill the window. Signed-off-by: Shawn O. Pearce --- diff --git a/lib/option.tcl b/lib/option.tcl index 3bfa2edf1a..ea80df0092 100644 --- a/lib/option.tcl +++ b/lib/option.tcl @@ -193,9 +193,7 @@ proc do_options {} { ${f}_config_new(gui.spellingdictionary) \ $all_dicts pack $w.$f.$optid.l -side left -anchor w -fill x - pack $w.$f.$optid.v -side left -anchor w \ - -fill x -expand 1 \ - -padx 5 + pack $w.$f.$optid.v -side right -anchor e -padx 5 pack $w.$f.$optid -side top -anchor w -fill x } unset all_dicts