maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Design (https://talk.maemo.org/forumdisplay.php?f=46)
-   -   Remove N9 Icon Labels (https://talk.maemo.org/showthread.php?t=90487)

ARJWright 2013-06-17 15:19

Remove N9 Icon Labels
 
Am wondering if anyone had been able to remove or hide the text labels for icons on the apps listing screen?

It's not an os that needs such labels imo. Given the Swype UI, losing the text labels seems like it would have been an option in there. Geek adding icon-initiated gestures also seems like a direction that could have been taken (for example, press and hold icon then swipe down to uninstall, press and swipe up to send to another's device the deb or link to download the app).

Just wondering

Wikiwide 2013-06-23 14:24

Re: Remove N9 Icon Labels
 
Agree. Maybe, I will look into which package is responsible from user interface on N9 - like hildon-home and hildon-desktop on N900.
Meanwhile, bumping this thread...
Best wishes.

Akkumaru 2013-06-23 15:57

I've asked this question before, and all I got was to remove each name from .desktop files one by one. Oh the pain...

MK99 2013-06-23 16:09

Re: Remove N9 Icon Labels
 
/usr/share/themes/base/meegotouch/meegotouchhome/style/meegotouchhome.css
Code:

SwipeLauncherButtonStyle {
    font: $FONT_XSMALL;
    text-color: transparent;


Akkumaru 2013-06-23 17:33

@MK99 is it normal to have the text to appear momentarily prior to pressing?

MK99 2013-06-23 17:54

Re: Remove N9 Icon Labels
 
Yes it is. You can make extra line to hide it.
Code:

SwipeLauncherButtonStyle:disabled {
    text-color: transparent;
    background-image: ;
}


Wikiwide 2013-06-23 23:26

Re: Remove N9 Icon Labels
 
By the way, would
Code:

display: none;
work? Then there would not be empty space under the icon, I guess...
Best wishes.

Akkumaru 2013-06-24 00:32

MK99, I'm not able to remove the text completely, if I did the code you gave me, it just removed the most right row, and if I try to rearrange icons, the icons will then disappear.

MK99 2013-06-24 07:25

Re: Remove N9 Icon Labels
 
1 Attachment(s)
@Wikiwide
Where to put that display: none; line?


/usr/share/themes/blanco/meegotouch/meegotouchhome/style/meegotouchhome.css
Code:

SwipeLauncherButtonStyle {
    text-color: transparent;

    margin-top: -1.5mm;
    padding-top: 1.7mm;

    minimum-size: 86 80;
    preferred-size: 86 80;
    maximum-size: 88 80;
    icon-size: 78 78;
}
SwipeLauncherButtonStyle:disabled {
    text-color: transparent;
}


Eminem 2013-06-24 07:55

Re: Remove N9 Icon Labels
 
How do you get it so tight between the icons?

Quote:

Originally Posted by MK99 (Post 1354342)
@Wikiwide
Where to put that display: none; line?


/usr/share/themes/blanco/meegotouch/meegotouchhome/style/meegotouchhome.css
Code:

SwipeLauncherButtonStyle {
    text-color: transparent;

    margin-top: -1.5mm;
    padding-top: 1.7mm;

    minimum-size: 86 80;
    preferred-size: 86 80;
    maximum-size: 88 80;
    icon-size: 78 78;
}
SwipeLauncherButtonStyle:disabled {
    text-color: transparent;
}




All times are GMT. The time now is 21:07.

vBulletin® Version 3.8.8