1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-06 16:25:59 +02:00

Theme update

This commit is contained in:
Brian Fiete 2020-10-05 14:25:55 -07:00
parent 9650e10e88
commit 1523000e80
16 changed files with 80 additions and 30 deletions

View file

@ -346,7 +346,7 @@ namespace Beefy.theme.dark
{
base.Resize(x, y, width, height);
if (mMenuButton != null)
mMenuButton.Resize(mWidth - GS!(30), GS!(3), GS!(14), GS!(12));
mMenuButton.Resize(mWidth - GS!(20), GS!(3), GS!(14), GS!(12));
}
public override bool IsTotalWindowContent()

View file

@ -31,6 +31,7 @@ namespace Beefy.theme.dark
CheckboxOver,
CheckboxDown,
Check,
Close,
CloseOver,
DownArrow,
@ -51,6 +52,7 @@ namespace Beefy.theme.dark
VertScrollbarThumbOver,
VertScrollbarThumb,
VertScrollbarArrow,
VertShortButton,
VertShortButtonDown,
Grabber,
@ -60,7 +62,6 @@ namespace Beefy.theme.dark
MenuSepHorz,
MenuSelect,
TreeArrow,
UIPointer,
UIImage,
UIComposition,
@ -78,10 +79,8 @@ namespace Beefy.theme.dark
EditPathNode,
EditPathNodeSelected,
EditAnchor,
UIBone,
UIBoneJoint,
VisibleIcon,
LockIcon,
LeftArrow,
@ -94,20 +93,18 @@ namespace Beefy.theme.dark
TimelineBracket,
KeyframeOff,
KeyframeOn,
LinkedIcon,
CheckboxLarge,
ComboBox,
ComboEnd,
ComboSelectedIcon,
LinePointer,
RedDot,
Document,
ReturnPointer,
RefreshArrows,
MoveDownArrow,
IconObject,
IconObjectDeleted,
IconObjectAppend,
@ -117,8 +114,8 @@ namespace Beefy.theme.dark
IconType,
IconError,
IconBookmark,
ProjectFolder,
Project,
ArrowMoveDown,
Workspace,
@ -142,7 +139,6 @@ namespace Beefy.theme.dark
RedDotUnbound,
MoreInfo,
Interface,
Property,
Field,
@ -182,6 +178,7 @@ namespace Beefy.theme.dark
CodeError,
CodeWarning,
ComboBoxFrameless,
PanelHeader,
COUNT
};