win32ss / supermium

Chromium fork for Windows XP/2003 and up
https://win32subsystem.live/supermium/
BSD 3-Clause "New" or "Revised" License
2.22k stars 74 forks source link

Removing the extension pop-up max height limit #642

Open oleedd opened 3 months ago

oleedd commented 3 months ago

It is when click an extension icon (for example, a bookmark manager). The limit is 600 px.

win32ss commented 3 months ago

I'll try to remove it.

oleedd commented 3 months ago

After several attempts. ChatGpt for Github managed to find the corresponding code. It is there: https://github.com/chromium/chromium/blob/main/chrome/browser/ui/views/extensions/extension_popup.h

static constexpr gfx::Size kMinSize = {25, 25};
static constexpr gfx::Size kMaxSize = {800, 600};