Linux_ubuntu_How to resize Launcher in Unity 2D

via: http://www.dedoimedo.com/computers/ubuntu-unity-2d-resize-launcher.html

 

Change Unity 2D configuration files

The configuration files are located under /usr/share/unity-2d/shell. You will need sudo to edit the files contained therein. You should also create a backup of all the files before making any changes. The simplest way to backup would be:

tar cvfz ~/Documents/unity-2d-shell-backup.tar.gz
/usr/share/unity-2d/shell/*

Now, you can proceed to edit the files in any text editor. The paths listed below are all relative to the Unity 2D shell path above.

Shell.qml, change:

width: 65 to width: 50

common/IconTile.qml, change:

sourceSize.width: 48 to sourceSize.width: 32
sourceSize.height: 48 to sourceSize.height: 32

launcher/LauncherList.qml, change:

property int tileSize: 54 to property int tileSize: 38
property int selectionOutlineSize: 65 to
property int selectionOutlineSize: 50

That would be all. Logout, log back in.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值