[GUI] Redesign options page (#699)

This commit is contained in:
Daniel Freak
2026-07-30 12:58:22 +03:00
committed by GitHub
parent 77f22973cb
commit f08308daf2
15 changed files with 1292 additions and 241 deletions
@@ -0,0 +1,11 @@
// Copyright (C) 2026 SharpEmu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
using Avalonia.Controls;
namespace SharpEmu.GUI.Controls.Settings;
/// <summary>
/// Numeric input whose native spinner is presented as a separate split button
/// </summary>
public sealed class SplitNumericUpDown : NumericUpDown;