ui fix, navigation bar adjust
This commit is contained in:
@@ -12,8 +12,10 @@ namespace Pixiview.UI
|
||||
public static readonly Thickness HorizonLeft10 = new Thickness(10, 0, 0, 0);
|
||||
public static readonly Thickness HorizonRight10 = new Thickness(0, 0, 10, 0);
|
||||
public static readonly Thickness LeftBottom10 = new Thickness(10, 0, 0, 10);
|
||||
public static readonly GridLength TitleIconWidth = 40;
|
||||
|
||||
public const string IconLayer = "\uf302";
|
||||
public const string IconOption = "\uf013";
|
||||
|
||||
private static bool? _isFullscreenDevice;
|
||||
public static bool IsFullscreenDevice
|
||||
|
||||
Reference in New Issue
Block a user