kikipoulet / SukiUI

UI Theme for AvaloniaUI
MIT License
1.13k stars 99 forks source link

Error with tray icon style. #159

Open WCKYWCKF opened 3 months ago

WCKYWCKF commented 3 months ago

Describe the bug You don't seem to have finished styling the system tray section.

To Reproduce Steps to reproduce the behavior:

  1. Complete the basic SukiUI settings.
  2. Follow https://docs.avaloniaui.net/docs/reference/controls/detailed-reference/tray-icon to set the tray icon.
  3. The theme is set to dark.
  4. Right-click to open the menu.
  5. Look for styling errors.

Expected behavior It should follow the style of SukiUI. At least don't go wrong with the color.

Screenshots image

Environment

kikipoulet commented 3 months ago

System tray section is indeed not styled at all. I will style it one day when I will have time.

WCKYWCKF commented 3 months ago

Hello. I made the following changes to the project, and things seem to have improved.

Operate

  1. Install Nuget as follows:
    • Avalonia 11.1.0-beta1
    • Avalonia.Desktop 11.1.0-beta1
    • Avalonia.Diagnostics 11.1.0-beta1
    • Avalonia.Fonts.Inter 11.1.0-beta1
    • Avalonia.ReactiveUI 11.1.0-beta1
    • Avalonia.Themes.Fluent 11.1.0-beta1
    • SukiUI 6.0.0-beta4
    • Avalonia.Native 11.1.0-beta1
  2. Avalonia.Native 11.1.0-beta1 is new.

Effect image The menu color of TrayIcon.Icons is not wrong, but the font is very blurry.

Looking forward to your next update.