mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 09:48:11 +08:00
Polish up the Layers panel design
This commit is contained in:
@@ -613,8 +613,16 @@ export class LayerPanelEntry {
|
||||
|
||||
expanded!: boolean;
|
||||
|
||||
hasChildren!: boolean;
|
||||
|
||||
visible!: boolean;
|
||||
|
||||
parentsVisible!: boolean;
|
||||
|
||||
unlocked!: boolean;
|
||||
|
||||
parentsUnlocked!: boolean;
|
||||
|
||||
parentId!: bigint | undefined;
|
||||
|
||||
id!: bigint;
|
||||
@@ -769,6 +777,8 @@ export class FontInput extends WidgetProps {
|
||||
export class IconButton extends WidgetProps {
|
||||
icon!: IconName;
|
||||
|
||||
hoverIcon!: IconName | undefined;
|
||||
|
||||
size!: IconSize;
|
||||
|
||||
disabled!: boolean;
|
||||
@@ -934,6 +944,8 @@ export class TextButton extends WidgetProps {
|
||||
|
||||
icon!: IconName | undefined;
|
||||
|
||||
hoverIcon!: IconName | undefined;
|
||||
|
||||
emphasized!: boolean;
|
||||
|
||||
flush!: boolean;
|
||||
|
||||
Reference in New Issue
Block a user