mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
New panel UI
This commit is contained in:
parent
3a8b83027f
commit
7a1e4d1312
4 changed files with 100 additions and 3 deletions
|
|
@ -186,14 +186,13 @@ var CustomizableUIInternal = {
|
|||
* something out for it.
|
||||
*/
|
||||
let panelPlacements = [
|
||||
"edit-controls",
|
||||
"zoom-controls",
|
||||
"fullscreen-button",
|
||||
"new-window-button",
|
||||
"privatebrowsing-button",
|
||||
"save-page-button",
|
||||
"print-button",
|
||||
"history-panelmenu",
|
||||
"fullscreen-button",
|
||||
"find-button",
|
||||
"preferences-button",
|
||||
"add-ons-button",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
<panelmultiview id="PanelUI-multiView" mainViewId="PanelUI-mainView">
|
||||
<panelview id="PanelUI-mainView" context="customizationPanelContextMenu">
|
||||
<vbox id="PanelUI-contents-scroller">
|
||||
<vbox id="PanelUI-contents" class="panelUI-grid"/>
|
||||
<vbox id="PanelUI-contents" class="panelUI-list"/>
|
||||
</vbox>
|
||||
|
||||
<footer id="PanelUI-footer">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue