flarive / Neumorphism.Avalonia

Neumorphism UI theme for Avalonia apps
333 stars 16 forks source link

Could not find control 'PART_MinimizeButton'.' when ExtendClientAreaToDecorationsHint="True" #29

Closed MohammadHadi2031 closed 11 months ago

MohammadHadi2031 commented 11 months ago

How to reproduce? Just add ExtendClientAreaToDecorationsHint="True" in AboutWindow then run and open about window

flarive commented 11 months ago

Hello, What is the purpose of "ExtendClientAreaToDecorationsHint" ? I have never eared about it :( Anyway, going to try to fix it :)

flarive commented 11 months ago

Ahh i found it myself... https://docs.avaloniaui.net/docs/tutorials/music-store-app/creating-a-modern-looking-window

flarive commented 11 months ago

Bug fixed, just submited the fix into master... Here is how it looks with the fix (no more exception) :)

MohammadHadi2031

MohammadHadi2031 commented 11 months ago

Great! Maybe we can have neomorphism for caption buttons too 🤔🤔? Thanks BTW

flarive commented 11 months ago

You're right, CaptionButtonss.xaml is not themed for Neumorphism for the moment... Will try to do it quite soon (have to find some references/inspiration guidelines on the web)