วันพุธที่ 12 มิถุนายน พ.ศ. 2556

How to Change Launcher Icon Size in Unity2d

detail here >> http://ubuntuforums.org/showthread.php?t=1943423
edit 4 files
1. /usr/share/unity-2d/shell/Shell.qml
   [before] width: 65
   [after] width: 50
2. /usr/share/unity-2d/shell/common/IconTile.qml
   [before]
     sourceSize.width: 48
     sourceSize.height: 48
   [after]
     sourceSize.width: 32
     sourceSize.height: 32
3. /usr/share/unity-2d/shell/launcher/LauncherList.qml
   [before] property int tileSize: 54
   [after] property int tileSize: 38
   [before] property int selectionOutlineSize: 65
   [after] property int selectionOutlineSize: 50
4. /usr/share/unity-2d/shell/launcher/LauncherItem.qml
   [before]
   [after] width: 32

ไม่มีความคิดเห็น:

แสดงความคิดเห็น