diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-11-10 02:54:53 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-11-10 02:54:53 +0100 |
commit | f9d94a45eebd5fb7b14d4bcc6ad77cb96ecdd771 (patch) | |
tree | 0b8f492b470c835bc814ebc786dc73bfe2b0f3f4 /application/resources/multimc/index.theme | |
parent | 27e26a656b8d9f0aef1dd6a18b50ecc9465494bd (diff) | |
download | PrismLauncher-f9d94a45eebd5fb7b14d4bcc6ad77cb96ecdd771.tar.gz PrismLauncher-f9d94a45eebd5fb7b14d4bcc6ad77cb96ecdd771.tar.bz2 PrismLauncher-f9d94a45eebd5fb7b14d4bcc6ad77cb96ecdd771.zip |
NOISSUE allow using icon themes for instances and instance badges
Diffstat (limited to 'application/resources/multimc/index.theme')
-rw-r--r-- | application/resources/multimc/index.theme | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/application/resources/multimc/index.theme b/application/resources/multimc/index.theme index 5f7d3f3f..0fe7e7d7 100644 --- a/application/resources/multimc/index.theme +++ b/application/resources/multimc/index.theme @@ -2,14 +2,7 @@ Name=multimc Comment=MultiMC Default Icons Inherits=default -Directories=scalable/apps,8x8,16x16,22x22,24x24,32x32,48x48,scalable - -[scalable/apps] -Size=48 -Type=scalable -MinSize=1 -MaxSize=512 -Context=Applications +Directories=8x8,16x16,22x22,24x24,32x32,32x32/instances,48x48,50x50/instances,64x64,128x128/instances,256x256,scalable [8x8] Size=8 @@ -26,12 +19,25 @@ Size=24 [32x32] Size=32 +[32x32/instances] +Size=32 +MinSize=1 +MaxSize=32 + [48x48] Size=48 +[50x50/instances] +Size=50 + [64x64] Size=64 +[128x128/instances] +Size=128 +MinSize=33 +MaxSize=128 + [256x256] Size=256 |