summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/about/version.gmi6
-rw-r--r--src/ui/util.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index bad1fbbf..f82649ca 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -7,13 +7,13 @@
7# Release notes 7# Release notes
8 8
9## 0.3 9## 0.3
10* Added several page appearance customization settings. 10* Added style customization.
11* Added tabs in Preferences for better grouping.
12* Added new font option: Fira Sans. 11* Added new font option: Fira Sans.
13* Added a setting for maximum line width. 12* Added a setting for maximum line width.
14* Added a setting for adjusting color saturation. 13* Added a setting for adjusting color saturation.
15* Added an option for "Outline on scrollbar": page outline appears when mouse is hovering over the scrollbar. 14* Added an option for "Outline on scrollbar": page outline appears when mouse is hovering over the scrollbar.
16* Added an option for site icon and current top heading to appear on the left when the window is wide enough. 15* Added an option for site icon and current top heading that appear when the window is wide enough.
16* Added tabs in Preferences for better grouping.
17* Added "Open Link in Background Tab" in link context menus. 17* Added "Open Link in Background Tab" in link context menus.
18* More flexible text selection behavior when starting on empty space. 18* More flexible text selection behavior when starting on empty space.
19* Smaller first paragraph font size. 19* Smaller first paragraph font size.
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. */ {