mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 723746 - XUL Fennec uses non-tablet layout on ICS tablets [r=mfinkle]
This commit is contained in:
parent
6887d91cfa
commit
2ef1dd3b00
@ -191,7 +191,7 @@ let Util = {
|
||||
return this._isTablet = true;
|
||||
}
|
||||
// On Ice Cream Sandwich devices, switch modes based on screen size.
|
||||
return this._isTablet = sysInfo.get("isTablet");
|
||||
return this._isTablet = sysInfo.get("tablet");
|
||||
#endif
|
||||
|
||||
let dpi = this.displayDPI;
|
||||
|
Loading…
Reference in New Issue
Block a user