minecraft-linux / mcpelauncher-manifest

The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher.
https://minecraft-linux.github.io
GNU General Public License v3.0
975 stars 99 forks source link

Visual Bug: Dev Menus don't fit in screen #969

Open HBIDamian opened 7 months ago

HBIDamian commented 7 months ago

Describe the bug Dev Menu doesn't fit to screen and continues off screen. (Also causes "About" copyright to be occasionally hidden behind the About Menu Buttons.

To Reproduce Steps to reproduce the behavior:

  1. Go on the launcher
  2. Click Settings
  3. Click Dev
  4. Resize the window in any way
  5. (Optional:) Click About

Expected behavior Menu and content to fit in the screen.

Screenshots If applicable, add screenshots to help explain your problem. image image image

Desktop (please complete the following information):

Additional context

ChristopherHX commented 7 months ago

The visual UI is changing, the nightly looks really different https://github.com/minecraft-linux/mcpelauncher-manifest/releases/tag/nightly

image

Actually I still have the opinion that this specfic tab should not be used by people not developing the launcher.

HBIDamian commented 7 months ago

UI looks snazzy! I like it! :D If you intend for the general public to not use it, I suggest keeping it but keeping it under "Expert"/"Advanced" mode that they'd need to enable before using it. That way it's "Out of the way", and people who know what they're doing (or people who want to break stuff or test stuff) can use it. One way could be discord's settings.json file that has DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING:true, option. This idea kind of meets half way.