mirror of https://github.com/zlatinb/muwire
fix HiFi and McWin themes
parent
ff2ece623f
commit
5100a4ad44
|
@ -33,13 +33,13 @@ class LNFs {
|
||||||
"bernstein",
|
"bernstein",
|
||||||
"fast",
|
"fast",
|
||||||
"graphite",
|
"graphite",
|
||||||
"hifi",
|
|
||||||
"luna",
|
"luna",
|
||||||
"mcwin",
|
|
||||||
"mint",
|
"mint",
|
||||||
"noire",
|
"noire",
|
||||||
"smart",
|
"smart",
|
||||||
"texture"].each {register(camel(it), deriveJTattooClass(it))}
|
"texture"].each {register(camel(it), deriveJTattooClass(it))}
|
||||||
|
register("HiFi","com.jtattoo.plaf.hifi.HiFiLookAndFeel")
|
||||||
|
register("McWin","com.jtattoo.plaf.mcwin.McWinLookAndFeel")
|
||||||
availableLNFs = nameToClass.keySet().toArray(new String[0])
|
availableLNFs = nameToClass.keySet().toArray(new String[0])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue