зеркало из https://github.com/mozilla/gecko-dev.git
Bug 737906: Restrict remote tabs to 5 on about:home. [r=mfinkle]
This commit is contained in:
Родитель
f536d53f3a
Коммит
69fc2ae50b
|
@ -102,7 +102,7 @@ public class AboutHomeContent extends ScrollView
|
|||
private static final int NUMBER_OF_COLS_PORTRAIT = 2;
|
||||
private static final int NUMBER_OF_COLS_LANDSCAPE = 3;
|
||||
|
||||
private static final int NUMBER_OF_REMOTE_TABS = 10;
|
||||
private static final int NUMBER_OF_REMOTE_TABS = 5;
|
||||
|
||||
static enum UpdateFlags {
|
||||
TOP_SITES,
|
||||
|
|
Загрузка…
Ссылка в новой задаче