diff options
| author | Junio C Hamano <gitster@pobox.com> | 2008-02-16 17:42:49 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2008-02-16 17:42:49 -0800 |
| commit | 67cdec1e58f1f9bc17d500b04e856042e0b2bf59 (patch) | |
| tree | a38ac4515ec07dcd453a3a1accbedbb763d94b43 /git-gui/lib/option.tcl | |
| parent | Merge git://git.kernel.org/pub/scm/gitk/gitk (diff) | |
| parent | git-gui: Correct size of dictionary name widget in options dialog (diff) | |
| download | git-67cdec1e58f1f9bc17d500b04e856042e0b2bf59.tar.gz git-67cdec1e58f1f9bc17d500b04e856042e0b2bf59.zip | |
Merge git://repo.or.cz/git-gui
* git://repo.or.cz/git-gui:
git-gui: Correct size of dictionary name widget in options dialog
git-gui: Paper bag fix bad string length call in spellchecker
Diffstat (limited to 'git-gui/lib/option.tcl')
| -rw-r--r-- | git-gui/lib/option.tcl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/git-gui/lib/option.tcl b/git-gui/lib/option.tcl index 3bfa2edf1a..ea80df0092 100644 --- a/git-gui/lib/option.tcl +++ b/git-gui/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 |
