Skip to content

Commit

Permalink
radial item size tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
modern-nm committed Apr 29, 2024
1 parent cc6e4c0 commit ccd23bc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ public partial class RadialContainer : Control
/// <summary>
/// Radial item size, when cursor was focused on button
/// </summary>
public float FocusSize { get; set; } = 64f;
public float FocusSize { get; set; } = 82f;

/// <summary>
/// Normal radial item size, when cursor not focused
/// </summary>
public float NormalSize { get; set; } = 50f;
public float NormalSize { get; set; } = 64f;

/// <summary>
/// Items moving animation time, when radial was opened
Expand Down

0 comments on commit ccd23bc

Please sign in to comment.