Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Window title does not appear in chrome packaged-apps (Windows 7)

I am creating a chrome window with the 'frame' option set to 'chrome' in the CreateWindowOptions argument.

Using Linux the window title appears in the frame however when using packaged-apps on Windows the title does not appear. This can be seen in the screen-shots attached.

Linux ScreenshotWindows Screenshot

Update

There has been some progress with this as can be seen from this Chromium Bug

https://code.google.com/p/chromium/issues/detail?id=225916

like image 879
Stefania Avatar asked Apr 01 '13 15:04

Stefania


Video Answer


1 Answers

We currently don't display the title inside the Window's title bar. We're considering whether to change this.

like image 186
Joe Marini Avatar answered Oct 13 '22 23:10

Joe Marini