summaryrefslogtreecommitdiff
path: root/src/ui/util.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-10-13 09:45:46 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-10-13 09:45:46 +0300
commitdd0a8798f32bf192ed703c6c512d4a76c4d407bc (patch)
tree7418ccee69418a05aa1896179d2162cc297d1b01 /src/ui/util.c
parente884330ef73b2f557486a898a67a716f29887170 (diff)
Added preference for font smoothing
Diffstat (limited to 'src/ui/util.c')
-rw-r--r--src/ui/util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/util.c b/src/ui/util.c
index 3240b416..653102cb 100644
--- a/src/ui/util.c
+++ b/src/ui/util.c
@@ -2568,6 +2568,8 @@ iWidget *makePreferences_Widget(void) {
2568 addDialogPadding_(headings, values); 2568 addDialogPadding_(headings, values);
2569 addChild_Widget(headings, iClob(makeHeading_Widget("${prefs.font.ui}"))); 2569 addChild_Widget(headings, iClob(makeHeading_Widget("${prefs.font.ui}")));
2570 addFontButtons_(values, "ui"); 2570 addFontButtons_(values, "ui");
2571 addDialogPadding_(headings, values);
2572 addDialogToggle_(headings, values, "${prefs.font.smooth}", "prefs.font.smooth");
2571 // addDialogPadding_(headings, values); 2573 // addDialogPadding_(headings, values);
2572// /* Custom font. */ { 2574// /* Custom font. */ {
2573// iInputWidget *customFont = new_InputWidget(0); 2575// iInputWidget *customFont = new_InputWidget(0);