mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 03:58:12 +08:00
Clean up popovers: background color and placeholder text
This commit is contained in:
@@ -87,7 +87,7 @@ export default defineComponent({
|
||||
kind: "PopoverButton",
|
||||
popover: {
|
||||
title: "Align",
|
||||
text: "More alignment-related buttons will be here",
|
||||
text: "The contents of this popover menu are coming soon",
|
||||
},
|
||||
props: {},
|
||||
},
|
||||
@@ -103,7 +103,7 @@ export default defineComponent({
|
||||
kind: "PopoverButton",
|
||||
popover: {
|
||||
title: "Flip",
|
||||
text: "More flip-related buttons will be here",
|
||||
text: "The contents of this popover menu are coming soon",
|
||||
},
|
||||
props: {},
|
||||
},
|
||||
@@ -122,7 +122,7 @@ export default defineComponent({
|
||||
kind: "PopoverButton",
|
||||
popover: {
|
||||
title: "Boolean",
|
||||
text: "More boolean-related buttons will be here",
|
||||
text: "The contents of this popover menu are coming soon",
|
||||
},
|
||||
props: {},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user