mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 11:36:30 +03:00
Added ScrollBarType.
--HG-- branch : dev
This commit is contained in:
@@ -278,10 +278,8 @@ void EETest::createUI() {
|
||||
|
||||
mThemeName = "uitheme";
|
||||
|
||||
if ( PixelDensity::getPixelDensity() >= 2 ) {
|
||||
if ( PixelDensity::getPixelDensity() >= 1.1 ) {
|
||||
mThemeName += "2x";
|
||||
} else if ( PixelDensity::getPixelDensity() >= 1.1 ) {
|
||||
//mThemeName += "1.5x";
|
||||
}
|
||||
|
||||
createUIThemeTextureAtlas();
|
||||
|
||||
Reference in New Issue
Block a user