diff options
author | Sam Mortimer <sam@mortimer.me.uk> | 2021-05-16 21:26:44 -0700 |
---|---|---|
committer | Sam Mortimer <sam@mortimer.me.uk> | 2021-05-17 19:39:06 +0200 |
commit | 6cde7ce2d4d86b761e97f9de85ceea62ece89306 (patch) | |
tree | 9ec84c36090ad19d97dd33818cf7b19cf8f16ad3 | |
parent | d2ef7481a55fe94b3d86532359c451f15ace14b6 (diff) |
Trebuchet: Set 5x6 grid to 5 hotseat icons
* 5x5 and 5x7 have hotseat icon count 5 (matches column count)
* 5x6 currently has hotseat icon count set to 6 which does not
look good with the column count of 5.
* The original commit message shows this was intentional:
https://review.lineageos.org/q/Ib8d5dcc70d386376755c0a57b009ced1b2ee0834
But a hotseat icon count of 5 for all of 5x5,5x6,5x7 looks more consistent.
Change-Id: Ic55a258b8ef64d10b7440576af87d0e78d318cc3
-rw-r--r-- | res/xml/device_profiles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/device_profiles.xml b/res/xml/device_profiles.xml index d08167253..64ad25d9d 100644 --- a/res/xml/device_profiles.xml +++ b/res/xml/device_profiles.xml @@ -159,7 +159,7 @@ launcher:numColumns="5" launcher:numFolderRows="5" launcher:numFolderColumns="4" - launcher:numHotseatIcons="6" + launcher:numHotseatIcons="5" launcher:dbFile="launcher_5_by_6.db" launcher:defaultLayoutId="@xml/default_workspace_5x6" > |