fx115: Scaffold: Fix window sizing
This commit is contained in:
parent
25b9c677e3
commit
5d760c9304
2 changed files with 5 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
<!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"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
|
|
|
@ -29,6 +29,10 @@ $scaffold-toolbarbutton-icons: (
|
|||
}
|
||||
};
|
||||
|
||||
#scaffold {
|
||||
min-height: 600px;
|
||||
}
|
||||
|
||||
.menubar-container {
|
||||
display: flex;
|
||||
background: var(--material-sidepane);
|
||||
|
|
Loading…
Reference in a new issue