Sun, 02 Feb 2020 00:50:57 +0200
made edges white in dark backgrounds
# # LDForge configuration option definitions # # Syntax: # option OptionName = value # option OptionName = type {value} # # comment # # Rendering options option Locale = "system" option BackgroundColor = QColor{48, 48, 48} option MainColor = QColor{255, 255, 64} option LineThickness = 2.0f option RenderStyle = 0 option DrawWireframe = false option AntiAliasedLines = true option MainWindowGeometry = QByteArray{} option MainSplitterState = QByteArray{} option RecentFiles = QStringList{} # File management options option Libraries = QVector<Library>{}