mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 09:19:28 +00:00
![Emilio Cobos Álvarez](/assets/img/avatar_default.png)
This is somewhat straight-forward now that all the dependencies are landed. I think we do need to find a solution to make the app titlebar buttons taller, by hiding the caption buttons (https://phabricator.services.mozilla.com/D207303 tried to do this, but ran into other issues), or making the titlebar taller, which is doable in UWP at least, but I don't see any way of doing it in win32 apps: * https://learn.microsoft.com/en-us/windows/windows-app-sdk/api/winrt/microsoft.ui.windowing.appwindowtitlebar.preferredheightoption?view=windows-app-sdk-1.6 But still this is usable and would be worth getting in, since it's needed for the translucent sidebar work too. Differential Revision: https://phabricator.services.mozilla.com/D225364