12/04/30 12:01:25.45 6lslGhDn
Unity-2DのランチャーアイコンやDash(Lens)のサイズ調整(カスタマイズ) サイズ変更、
URLリンク(ankyo.blog.so-net.ne.jp)
gksu gedit /usr/share/unity-2d/shell/Shell.qml
89行
LauncherLoader {
id: launcherLoader
anchors.top: parent.top
anchors.bottom: parent.bottom
width: 65
を
『width: 50』に変更
gksu gedit /usr/share/unity-2d/shell/common/IconTile.qml
71行
sourceSize.width: 48
sourceSize.height: 48
を
『sourceSize.width: 32』に変更
『sourceSize.height: 32』に変更
gksu gedit /usr/share/unity-2d/shell/launcher/LauncherList.qml
31行
property int tileSize: 54
property int selectionOutlineSize: 65
を
『property int tileSize: 40』に変更
『property int selectionOutlineSize: 50』に変更