summaryrefslogtreecommitdiff
path: root/src/ui/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/util.c')
-rw-r--r--src/ui/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/util.c b/src/ui/util.c
index e106bfff..13a7a7a2 100644
--- a/src/ui/util.c
+++ b/src/ui/util.c
@@ -920,7 +920,7 @@ iWidget *makePreferences_Widget(void) {
920 setId_Widget(addChild_Widget(values, iClob(new_InputWidget(8))), "prefs.uiscale"); 920 setId_Widget(addChild_Widget(values, iClob(new_InputWidget(8))), "prefs.uiscale");
921 } 921 }
922 /* Layout. */ { 922 /* Layout. */ {
923 appendTwoColumnPage_(tabs, "Layout", '2', &headings, &values); 923 appendTwoColumnPage_(tabs, "Style", '2', &headings, &values);
924 addChild_Widget(headings, iClob(makeHeading_Widget("Font:"))); 924 addChild_Widget(headings, iClob(makeHeading_Widget("Font:")));
925 iWidget *fonts = new_Widget(); 925 iWidget *fonts = new_Widget();
926 /* Fonts. */ { 926 /* Fonts. */ {