mirror of
https://github.com/git/git.git
synced 2024-10-30 05:47:53 +01:00
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>
This commit is contained in:
parent
160e82284e
commit
6309172ea5
1 changed files with 1 additions and 1 deletions
|
@ -1205,7 +1205,7 @@ font create font_diffbold
|
|||
|
||||
foreach class {Button Checkbutton Entry Label
|
||||
Labelframe Listbox Menu Message
|
||||
Radiobutton Text} {
|
||||
Radiobutton Spinbox Text} {
|
||||
option add *$class.font font_ui
|
||||
}
|
||||
unset class
|
||||
|
|
Loading…
Reference in a new issue