changing the media tag layout
This commit is contained in:
parent
53e75b3b9d
commit
b1d5aebce6
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ end
|
||||||
-- Define a tag table which will hold all screen tags.
|
-- Define a tag table which will hold all screen tags.
|
||||||
tags = {
|
tags = {
|
||||||
names = { "main", "www", "im", "email", "media", "misc" },
|
names = { "main", "www", "im", "email", "media", "misc" },
|
||||||
layout = { layouts[6], layouts[8], layouts[2], layouts[8], layouts[6], layouts[1] }
|
layout = { layouts[6], layouts[8], layouts[2], layouts[8], layouts[2], layouts[1] }
|
||||||
}
|
}
|
||||||
for s = 1, screen.count() do
|
for s = 1, screen.count() do
|
||||||
-- Each screen has its own tag table.
|
-- Each screen has its own tag table.
|
||||||
|
|
Loading…
Reference in a new issue