ubuntu12.04如何修改左侧launcher图标大小

在unbunt-2d桌面下面折腾了很长时间都没有办法修改左边的图标大小.由于电脑运行速度的原因,一直没有用3d的桌面.
今天弄好了, 把图标弄小了.具体大约是修改下面的文件:
/usr/share/unity-2d/shell
首先修改(以前为48)
./common/IconTile.qml:71:        sourceSize.width: 24
./common/IconTile.qml:72:        sourceSize.height: 24
然后,以前为65.
./Shell.qml:91:        width: 34
./launcher/LauncherList.qml:35:    property int selectionOutlineSize:  34

最后,修改
./launcher/LauncherList.qml:31:    property int tileSize: 26

最终效果

猜你喜欢

转载自lazy-luo.iteye.com/blog/1852320