|
21 | 21 | :disabled="opacityNumberInputDisabled" |
22 | 22 | /> |
23 | 23 |
|
24 | | - <Separator :type="'Related'" /> |
25 | | - |
26 | | - <PopoverButton> |
| 24 | + <!-- <PopoverButton> |
27 | 25 | <h3>Compositing Options</h3> |
28 | 26 | <p>The contents of this popover menu are coming soon</p> |
29 | | - </PopoverButton> |
30 | | - </LayoutRow> |
31 | | - <LayoutRow class="button-bar"> |
32 | | - <LayoutRow></LayoutRow> |
33 | | - <LayoutRow> |
34 | | - <!-- TODO: Remember to make these tooltip input hints customized to macOS also --> |
35 | | - <IconButton :action="createEmptyFolder" :icon="'NodeFolder'" title="New Folder (Ctrl+Shift+N)" :size="16" /> |
36 | | - <IconButton :action="deleteSelectedLayers" :icon="'Trash'" title="Delete Selected (Del)" :size="16" /> |
37 | | - </LayoutRow> |
| 27 | + </PopoverButton> --> |
| 28 | + |
| 29 | + <Separator :type="'Section'" /> |
| 30 | + |
| 31 | + <!-- TODO: Remember to make these tooltip input hints customized to macOS also --> |
| 32 | + <IconButton :action="createEmptyFolder" :icon="'NodeFolder'" title="New Folder (Ctrl+Shift+N)" :size="24" /> |
| 33 | + <IconButton :action="deleteSelectedLayers" :icon="'Trash'" title="Delete Selected (Del)" :size="24" /> |
38 | 34 | </LayoutRow> |
39 | 35 | <LayoutRow class="layer-tree" :scrollableY="true"> |
40 | 36 | <LayoutCol class="list" ref="layerTreeList" @click="() => deselectAllLayers()" @dragover="(e) => draggable && updateInsertLine(e)" @dragend="() => draggable && drop()"> |
|
121 | 117 | } |
122 | 118 | } |
123 | 119 |
|
124 | | - .button-bar { |
125 | | - height: 24px; |
126 | | - flex: 0 0 auto; |
127 | | - justify-content: space-between; |
128 | | - align-items: center; |
129 | | - margin: 0 4px; |
130 | | -
|
131 | | - .layout-row { |
132 | | - flex: 0 0 auto; |
133 | | - gap: 4px; |
134 | | - } |
135 | | - } |
136 | | -
|
137 | 120 | .layer-tree { |
138 | 121 | margin-top: 4px; |
139 | 122 | // Crop away the 1px border below the bottom layer entry when it uses the full space of this panel |
@@ -311,7 +294,6 @@ import { BlendMode, DisplayDocumentLayerTreeStructure, UpdateDocumentLayer, Laye |
311 | 294 | import LayoutCol from "@/components/layout/LayoutCol.vue"; |
312 | 295 | import LayoutRow from "@/components/layout/LayoutRow.vue"; |
313 | 296 | import IconButton from "@/components/widgets/buttons/IconButton.vue"; |
314 | | -import PopoverButton from "@/components/widgets/buttons/PopoverButton.vue"; |
315 | 297 | import { SectionsOfMenuListEntries } from "@/components/widgets/floating-menus/MenuList.vue"; |
316 | 298 | import DropdownInput from "@/components/widgets/inputs/DropdownInput.vue"; |
317 | 299 | import NumberInput from "@/components/widgets/inputs/NumberInput.vue"; |
@@ -643,7 +625,6 @@ export default defineComponent({ |
643 | 625 | LayoutRow, |
644 | 626 | LayoutCol, |
645 | 627 | Separator, |
646 | | - PopoverButton, |
647 | 628 | NumberInput, |
648 | 629 | IconButton, |
649 | 630 | IconLabel, |
|
0 commit comments