Update HotReload
This commit is contained in:
@@ -380,6 +380,18 @@ namespace SingularityGroup.HotReload.Editor {
|
||||
}
|
||||
}
|
||||
|
||||
public static GUIStyle ReportBugButton {
|
||||
get {
|
||||
if (stopButtonStyle == null) {
|
||||
stopButtonStyle = new GUIStyle(EditorStyles.miniButton);
|
||||
stopButtonStyle.fixedHeight = 25;
|
||||
stopButtonStyle.margin.top = 17;
|
||||
}
|
||||
stopButtonStyle.fixedWidth = 30;
|
||||
return stopButtonStyle;
|
||||
}
|
||||
}
|
||||
|
||||
internal static GUIStyle EventFiltersStyle {
|
||||
get {
|
||||
if (eventFilters == null) {
|
||||
|
||||
-7
@@ -9,10 +9,3 @@ MonoImporter:
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 254358
|
||||
packageName: Hot Reload | Edit Code Without Compiling
|
||||
packageVersion: 1.13.17
|
||||
assetPath: Packages/com.singularitygroup.hotreload/Editor/Window/Styles/HotReloadWindowStyles.cs
|
||||
uploadId: 870414
|
||||
|
||||
Reference in New Issue
Block a user