summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/about/version.gmi1
-rw-r--r--src/ui/window.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index d37317c5..1f1675f6 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -8,6 +8,7 @@
8 8
9## 1.3 9## 1.3
10* UI scaling factor is applied immediately when closing Preferences, restarting no longer necessary. 10* UI scaling factor is applied immediately when closing Preferences, restarting no longer necessary.
11* Window scaling changes automatically when moving window to a different display.
11* Only one instance of Lagrange is allowed to run per user directory. 12* Only one instance of Lagrange is allowed to run per user directory.
12* A previously started instance can be controlled with command line options. 13* A previously started instance can be controlled with command line options.
13* `--list-tab-urls` prints a list of the currently open URLs. 14* `--list-tab-urls` prints a list of the currently open URLs.
diff --git a/src/ui/window.c b/src/ui/window.c
index 78aa87dd..60813312 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -896,7 +896,7 @@ static void setupUserInterface_Window(iWindow *d) {
896 addChildFlags_Widget(winBar, 896 addChildFlags_Widget(winBar,
897 iClob(appClose = newLargeIcon_LabelWidget("\u2a2f", "window.close")), 897 iClob(appClose = newLargeIcon_LabelWidget("\u2a2f", "window.close")),
898 frameless_WidgetFlag); 898 frameless_WidgetFlag);
899 setId_Widget(appClose, "winbar.close"); 899 setId_Widget(as_Widget(appClose), "winbar.close");
900 setFont_LabelWidget(appClose, uiContent_FontId); 900 setFont_LabelWidget(appClose, uiContent_FontId);
901 addChild_Widget(div, iClob(winBar)); 901 addChild_Widget(div, iClob(winBar));
902 setBackgroundColor_Widget(winBar, uiBackground_ColorId); 902 setBackgroundColor_Widget(winBar, uiBackground_ColorId);