From 95cc3ed0a0bf66f5535b873f245bc1c35a145478 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Tue, 1 Sep 2020 21:45:42 -0700 Subject: intermittent commit - large commit halfway done --- grapher/Constants/Constants.cs | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'grapher/Constants') diff --git a/grapher/Constants/Constants.cs b/grapher/Constants/Constants.cs index 61fa663..833512b 100644 --- a/grapher/Constants/Constants.cs +++ b/grapher/Constants/Constants.cs @@ -54,7 +54,7 @@ namespace grapher public const int PossibleOptionsCount = 4; /// Possible x/y options to display in a layout. - public const int PossibleOptionsXYCount = 2; + public const int PossibleOptionsXYCount = 0; /// Horizontal separation between charts, in pixels. public const int ChartSeparationHorizontal = 10; @@ -62,8 +62,20 @@ namespace grapher /// Default horizontal separation between x and y fields, in pixels. public const int DefaultFieldSeparation = 4; + /// Default horizontal separation between an option's label and box, in pixels. + public const int OptionLabelBoxSeperation = 10; + + /// Default horizontal separation between an option's label and box, in pixels. + public const int OptionVerticalSeperation = 4; + /// Format string for shortened x and y fields. public const string ShortenedFieldFormatString = "0.###"; + + /// Format string for shortened x and y dropdowns. + public const string AccelDropDownDefaultFullText = "Acceleration Type"; + + /// Format string for default dropdowns. + public const string AccelDropDownDefaultShortText = "Accel Type"; #endregion Constants #region ReadOnly -- cgit v1.2.3