Reduce droplist border significance to match original border style
- Issue MatterHackers/MCCentral#2529 Inconsistent border strengths
This commit is contained in:
parent
fa9419efb0
commit
e94f1f04af
14 changed files with 32 additions and 24 deletions
|
|
@ -168,6 +168,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
|
|||
var thumbnailsModeDropList = new DropDownList("", theme.Colors.PrimaryTextColor, maxHeight: 200, pointSize: theme.DefaultFontSize)
|
||||
{
|
||||
TextColor = menuTextColor,
|
||||
BorderColor = theme.GetBorderColor(75)
|
||||
};
|
||||
thumbnailsModeDropList.AddItem("Flat".Localize(), "orthographic");
|
||||
thumbnailsModeDropList.AddItem("3D".Localize(), "raytraced");
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ namespace MatterHackers.MatterControl
|
|||
: base("Default", ActiveTheme.Instance.PrimaryTextColor)
|
||||
{
|
||||
this.MinimumSize = new Vector2(this.LocalBounds.Width, this.LocalBounds.Height);
|
||||
|
||||
this.BorderColor = ApplicationController.Instance.Theme.GetBorderColor(75);
|
||||
CreateLanguageDict();
|
||||
|
||||
string languageCode = UserSettings.Instance.get("Language");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue