diff options
Diffstat (limited to 'src/ui/window.c')
-rw-r--r-- | src/ui/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |