Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All apps menu #114

Open
Jfowler30 opened this issue Mar 27, 2022 · 13 comments
Open

All apps menu #114

Jfowler30 opened this issue Mar 27, 2022 · 13 comments

Comments

@Jfowler30
Copy link

not sure if this is for everyone but it doesn't matter what theme the picture gets cut off, its like it gets lowered instead of centered on screen if that makes sense, thanks

@ghost
Copy link

ghost commented Mar 27, 2022

Same thing is happening to me with the all apps left layout

@MewtwoFanz
Copy link

Same, it happens to me with the All Apps Left layout as well

@exelix11
Copy link
Owner

This is only on 14.0 right?

@ghost
Copy link

ghost commented Mar 27, 2022

Yeah , was working fine prior to 14

@435415348
Copy link

Encountered a bug。After setting, I can't see the OK button。W10

@MewtwoFanz
Copy link

Yes, only on 14.0. It was fine for me before the update as well

@zzz6839
Copy link

zzz6839 commented Apr 6, 2022

On 14.1, all app menu layout has compatibility issue with the group function button missing.

@sodasoba1
Copy link

not sure if this is for everyone but it doesn't matter what theme the picture gets cut off, its like it gets lowered instead of centered on screen if that makes sense, thanks

That's due to the setup of groups by Nintendo, all the group windows have a 50px gap at the top which is why they're cut off. It's fixable I done it in the SwitchDeck theme.

@zzz6839
Copy link

zzz6839 commented Apr 7, 2022

On 14.1, all app menu layout has compatibility issue with the group function button missing.

Tried some latest all app menu themes with group function displayable, so not a software-wise issue, problem solved. For those who were concerned, it's recommended to replace your previous themes for a better experience.

@ghost
Copy link

ghost commented Apr 8, 2022

How do we manually edit our themes to fix it ? Since you have managed to do it , thanks in advance.

@sodasoba1
Copy link

this is the json to fix off set unsure if this can be manually added to older themes or not, perhaps importing the old json then applying this json on top of the older one ?

{
    "PatchName": "allapps offset fix (All Apps)",
    "AuthorName": "SodaSoba",
    "TargetName": "Flaunch.szs",
    "ID": "Generated_6f841d0a-904e-4075-ab3b-b246022eabb2",
    "Files": [
        {
            "FileName": "blyt/FlcGrpMain.bflyt",
            "Patches": [
                {
                    "PaneName": "L_BgNml",
                    "Position": {}
                },
                {
                    "PaneName": "N_Header",
                    "Position": {
                        "Y": 360
                    }
                },
                {
                    "PaneName": "N_PosCnt",
                    "Position": {}
                },
                {
                    "PaneName": "N_Cnt",
                    "Position": {
                        "Y": -50
                    }
                },
                {
                    "PaneName": "N_Top",
                    "Position": {
                        "Y": -50
                    }
                }
            ]
        },
        {
            "FileName": "blyt/DBtmFlcSortAndFilter.bflyt",
            "Patches": [
                {
                    "PaneName": "N_Center",
                    "Position": {
                        "Y": 360
                    }
                },
                {
                    "PaneName": "B_Content",
                    "Size": {
                        "X": 1280,
                        "Y": 720
                    }
                },
                {
                    "PaneName": "L_Head",
                    "Position": {
                        "Y": 50
                    }
                },
                {
                    "PaneName": "N_ScrollRoot",
                    "Position": {
                        "Y": 50
                    }
                }
            ]
        },
        {
            "FileName": "blyt/FlcGrpList.bflyt",
            "Patches": [
                {
                    "PaneName": "N_PosAll",
                    "Position": {}
                },
                {
                    "PaneName": "NH_Root",
                    "Position": {
                        "Y": -50
                    }
                },
                {
                    "PaneName": "N_Top",
                    "Position": {
                        "Y": 50
                    }
                }
            ],
            "Materials": [
                {
                    "MaterialName": "T_00",
                    "ForegroundColor": "00000000"
                },
                {
                    "MaterialName": "T_00",
                    "ForegroundColor": "00000000"
                },
                {
                    "MaterialName": "T_00",
                    "ForegroundColor": "00000000"
                }
            ]
        }
    ]
}

@Startropic1
Copy link

this is the json to fix off set unsure if this can be manually added to older themes or not, perhaps importing the old json then applying this json on top of the older one ?

{
    "PatchName": "allapps offset fix (All Apps)",
    "AuthorName": "SodaSoba",
    "TargetName": "Flaunch.szs",
    "ID": "Generated_6f841d0a-904e-4075-ab3b-b246022eabb2",
    "Files": [
        {
            "FileName": "blyt/FlcGrpMain.bflyt",
            "Patches": [
                {
                    "PaneName": "L_BgNml",
                    "Position": {}
                },
                {
                    "PaneName": "N_Header",
                    "Position": {
                        "Y": 360
                    }
                },
                {
                    "PaneName": "N_PosCnt",
                    "Position": {}
                },
                {
                    "PaneName": "N_Cnt",
                    "Position": {
                        "Y": -50
                    }
                },
                {
                    "PaneName": "N_Top",
                    "Position": {
                        "Y": -50
                    }
                }
            ]
        },
        {
            "FileName": "blyt/DBtmFlcSortAndFilter.bflyt",
            "Patches": [
                {
                    "PaneName": "N_Center",
                    "Position": {
                        "Y": 360
                    }
                },
                {
                    "PaneName": "B_Content",
                    "Size": {
                        "X": 1280,
                        "Y": 720
                    }
                },
                {
                    "PaneName": "L_Head",
                    "Position": {
                        "Y": 50
                    }
                },
                {
                    "PaneName": "N_ScrollRoot",
                    "Position": {
                        "Y": 50
                    }
                }
            ]
        },
        {
            "FileName": "blyt/FlcGrpList.bflyt",
            "Patches": [
                {
                    "PaneName": "N_PosAll",
                    "Position": {}
                },
                {
                    "PaneName": "NH_Root",
                    "Position": {
                        "Y": -50
                    }
                },
                {
                    "PaneName": "N_Top",
                    "Position": {
                        "Y": 50
                    }
                }
            ],
            "Materials": [
                {
                    "MaterialName": "T_00",
                    "ForegroundColor": "00000000"
                },
                {
                    "MaterialName": "T_00",
                    "ForegroundColor": "00000000"
                },
                {
                    "MaterialName": "T_00",
                    "ForegroundColor": "00000000"
                }
            ]
        }
    ]
}

Kind of a noob question, but where exactly do we put this? I tried extracting a .nxtheme file, but the info.json only had header info in it. I can try adding this to the info.json anyway...

@exelix11
Copy link
Owner

exelix11 commented Sep 5, 2023

That is a json layout, save it as json on your pc and then pick it as layout file when you create a theme with the theme injector

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants