mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
scroll-view-sizing: Add a lot more boxes
https://bugzilla.gnome.org/show_bug.cgi?id=689249
This commit is contained in:
parent
e00eb06f66
commit
affcd5c7de
1 changed files with 4 additions and 1 deletions
|
|
@ -24,7 +24,10 @@ const UI = imports.testcommon.ui;
|
|||
|
||||
const BOX_HEIGHT = 20;
|
||||
const BOX_WIDTHS = [
|
||||
10, 40, 100, 20, 60, 30, 70, 10, 20, 200, 50, 70, 90, 20, 40
|
||||
10, 40, 100, 20, 60, 30, 70, 10, 20, 200, 50, 70, 90, 20, 40,
|
||||
10, 40, 100, 20, 60, 30, 70, 10, 20, 200, 50, 70, 90, 20, 40,
|
||||
10, 40, 100, 20, 60, 30, 70, 10, 20, 200, 50, 70, 90, 20, 40,
|
||||
10, 40, 100, 20, 60, 30, 70, 10, 20, 200, 50, 70, 90, 20, 40,
|
||||
];
|
||||
|
||||
const SPACING = 10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue