08/10/2009, 09:46 PM
|
#1 (permalink) |
|
Member
![]() ![]() Join Date: Jul 2009
Posts: 608
Likes Received: 3
Thanks: 141
Thanked 243 Times in 91 Posts
|
Alright I've been searching for this with no luck. I already rooted my pre and enabled adding pages to the launcher. I currently have seven pages. Most of them have exactly 9 apps. I don't like scrolling down to have to see more, thus the added pages.
My question is, I want to have more than 9 apps fit on a page (without scrolling). Why are we limited to 3x3? Why not 4x4? Or 5x5? The quicklaunch bar is 5 across, why not the launcher? Could anyone develop or research a way to do this? |
08/10/2009, 11:07 PM
|
#4 (permalink) |
|
Member
![]() Join Date: Jun 2009
Posts: 347
Likes Received: 0
Thanks: 9
Thanked 101 Times in 41 Posts
|
Opened up /usr/lib/luna/system/luna-applauncher/app/controllers/launcher-assistant.js
Went to the 20th line which originally had: Code:
kPageMargin: 10, Code:
kPageMargin: 0, Code:
this.kAppWidth = newAppDiv.getWidth(); Code:
this.kAppWidth = 75 The bigger that number is (75) the less ammount of apps you'll fit on the page.... I'm gonna work on changing the icon's on the launcher's sizes so it looks nicer.. |
08/11/2009, 05:27 AM
|
#7 (permalink) |
|
Member
![]() Join Date: Aug 2009
Posts: 27
Likes Received: 0
Thanks: 1
Thanked 2 Times in 2 Posts
|
it worked, thanks a lot!
The only problem i can see with this is not even the icon size.. but it's their text underneath them... if the text is too long, it will overlap with the text of the icon next to it... I'm keeping it this way though, hopefully there will be a fix for the minor details. |
08/11/2009, 01:31 PM
|
#9 (permalink) |
|
Member
![]() Join Date: Jun 2009
Posts: 347
Likes Received: 0
Thanks: 9
Thanked 101 Times in 41 Posts
|
Yup, me and destinal got it working, I'll post a wiki page in a minute.
EDIT: Okay, I edited mine so my icons are pretty small, along with my text.. so I am just going to post the values for that, and explain what each value does.. That's how mine looks, but the icon size, font size, and apps per row are all TOTALLY changeable. I'll post back with a wiki link. Last edited by dhMassacre; 08/11/2009 at 01:37 PM. |
08/11/2009, 02:30 PM
|
#11 (permalink) |
|
Member
![]() Join Date: Jul 2009
Posts: 8
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
|
good start, but definitely some graphical glitches going on.
- text of multiple icons butting up against each other - margin on the right side isn't equal to the left so the icons are closer - the page indicators at the bottom right are partially off the screen like the concept tho |
08/11/2009, 03:40 PM
|
#13 (permalink) |
|
Member
![]() Join Date: Jun 2009
Posts: 435
Likes Received: 0
Thanks: 60
Thanked 38 Times in 29 Posts
|
I was playing with that a few minutes ago, before I even saw this thread. Just browsing the wiki
. I think it looks great with 4 icons per row, except I don't know how to change the left margin. The other problem is that some of the longer app names (Sprint Navigation, for example) run into each other unless the font is set ridiculously small.BTW dhMassacre, thanks for the wiki page, you might want to add on there that you can set the number of apps per row in 2 ways: changing the kAppWidth value is good for getting the spacing right, but you can set this.kAppsPerRow to 4 or 5, as you prefer, to be able to use smaller spacing without overcrowding the row. Does that make sense? I.e., change this: this.kAppsPerRow = Math.round(this.kPageWidthNoMargin / this.kAppWidth); to this: this.kAppsPerRow = 4; in addition to setting the kAppWidth in launcher-assistant.js. |
08/11/2009, 06:31 PM
|
#16 (permalink) |
|
Member
![]() Join Date: Jun 2009
Location: With a colony of King Penguins in Antartica
Posts: 1,318
Likes Received: 95
Thanks: 533
Thanked 304 Times in 153 Posts
|
This really helps me out with organizing my apps. They are much more organized and easier to use. THANKS EVERYONE!
__________________
My Tutorial on how to get Ubuntu on the TouchPad: http://forums.precentral.net/webos-d...-touchpad.html
|
08/11/2009, 07:31 PM
|
#17 (permalink) |
|
Member
![]() Join Date: Jun 2009
Posts: 347
Likes Received: 0
Thanks: 9
Thanked 101 Times in 41 Posts
|
There's my final result, its beast IMO ![]() Fixed the margin, also fixed the page indicators... None of my text overlaps, but I'm sure if I put the ones with the longest names together, it would.. so I just have text wrapping to work on.... I'll explain to someone exactly what edits I did to get it where it is if they want to edit the wiki page for me.. |
08/11/2009, 08:19 PM
|
#20 (permalink) |
|
Member
![]() ![]() Join Date: Jul 2009
Posts: 608
Likes Received: 3
Thanks: 141
Thanked 243 Times in 91 Posts
|
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



