mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 08:13:35 +00:00
Bug 723746 - XUL Fennec uses non-tablet layout on ICS tablets [r=mfinkle]
This commit is contained in:
parent
555e10e7f0
commit
1839dce238
@ -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