Hello everyone,
i'm working with RadOpenFileDialog in a WPF Desktop application with Fluent Theme, due to project needs i had to set the font size for the whole application a bit bigger with this code :
FluentPalette.Palette.FontSizeS = 18;
FluentPalette.Palette.FontSize = 20;
FluentPalette.Palette.FontSizeL = 22;
FluentPalette.Palette.FontSizeXL = 24;
All work well but when i open a RadOpenFileDialog window i have the line of address bar partially hided as showed in the screenshot in attachment.
What could be the cause of the problem ?
Thanks in advance.
i'm working with RadOpenFileDialog in a WPF Desktop application with Fluent Theme, due to project needs i had to set the font size for the whole application a bit bigger with this code :
FluentPalette.Palette.FontSizeS = 18;
FluentPalette.Palette.FontSize = 20;
FluentPalette.Palette.FontSizeL = 22;
FluentPalette.Palette.FontSizeXL = 24;
All work well but when i open a RadOpenFileDialog window i have the line of address bar partially hided as showed in the screenshot in attachment.
What could be the cause of the problem ?
Thanks in advance.