git-gui: Attach font_ui to all spinbox widgets
commit6309172ea56294d08674cf35df92d6a3fa695480
authorShawn O. Pearce <spearce@spearce.org>
Sat, 2 Jun 2007 21:18:46 +0000 (2 17:18 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 2 Jun 2007 23:56:27 +0000 (2 19:56 -0400)
tree6bb0c8366617b30eb0ed6d77f6b40eb0d912af7c
parent160e82284eda034fea84dcc946f9c1965176f25f
git-gui: Attach font_ui to all spinbox widgets

Earlier I missed making sure our spinbox widgets used the same font
as the other widgets around them.  This meant that using a main font
with a size of 20 would make every widget in the options dialog huge,
but the spinboxes would be left with whatever the OS native font is.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh