зеркало из https://github.com/DeGsoft/maui-linux.git
14 строки
383 B
C#
14 строки
383 B
C#
namespace Xamarin.Forms.Platform.GTK
|
|
{
|
|
internal class GtkToolbarConstants
|
|
{
|
|
public const int BackButtonItemWidth = 36;
|
|
public const int ToolbarItemWidth = 44;
|
|
public const int ToolbarItemHeight = 44;
|
|
public const int ToolbarItemSpacing = 6;
|
|
public const int ToolbarHeight = 72;
|
|
public const int ToolbarIconWidth = 32;
|
|
public const int ToolbarIconHeight = 32;
|
|
}
|
|
}
|