Skip to content

Commit

Permalink
Merge pull request #709 from modern-nm/radial-item-size-tweak
Browse files Browse the repository at this point in the history
Кнопки радиального меню стали больше
  • Loading branch information
modern-nm committed May 21, 2024
2 parents f61e759 + ccd23bc commit 9feeca4
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 9feeca4

Please sign in to comment.