fx115: Scaffold: Fix window sizing

This commit is contained in:
Abe Jellinek 2024-04-22 15:00:23 -04:00
parent 25b9c677e3
commit 5d760c9304
2 changed files with 5 additions and 1 deletions

View file

@ -39,7 +39,7 @@
<!ENTITY % scaffoldDTD SYSTEM "chrome://scaffold/locale/scaffold.dtd"> %scaffoldDTD; <!ENTITY % scaffoldDTD SYSTEM "chrome://scaffold/locale/scaffold.dtd"> %scaffoldDTD;
]> ]>
<window id="scaffold" width="800" height="600" minheight="600" persist="screenX screenY width height" <window id="scaffold" persist="screenX screenY width height"
title="Scaffold" title="Scaffold"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml"

View file

@ -29,6 +29,10 @@ $scaffold-toolbarbutton-icons: (
} }
}; };
#scaffold {
min-height: 600px;
}
.menubar-container { .menubar-container {
display: flex; display: flex;
background: var(--material-sidepane); background: var(--material-sidepane);