Skip to content

Commit

Permalink
git-gui: Correct size of dictionary name widget in options dialog
Browse files Browse the repository at this point in the history
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 <spearce@spearce.org>
  • Loading branch information
Shawn O. Pearce committed Feb 14, 2008
1 parent 765239e commit 740b9b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/option.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 740b9b9

Please sign in to comment.