瀏覽代碼

removed commented code

Tig Kindel 2 年之前
父節點
當前提交
2aca32cd3d
共有 1 個文件被更改,包括 0 次插入16 次删除
  1. 0 16
      UICatalog/Scenarios/MessageBoxes.cs

+ 0 - 16
UICatalog/Scenarios/MessageBoxes.cs

@@ -174,22 +174,6 @@ namespace UICatalog.Scenarios {
 					2 +
 					2 +
 					ckbEffect3D.Frame.Height +
 					ckbEffect3D.Frame.Height +
 					ckbWrapMessage.Frame.Height;
 					ckbWrapMessage.Frame.Height;
-
-				// BUGBUG: this only worked because the subviews are actually added
-				// to FrameView.ContentView, not FrameView itself. In v2 this breaks because FrameView
-				// does not have a ContentView.
-				// 
-				//Dim.Height (widthEdit) +
-				//Dim.Height (heightEdit);
-				//+
-				//Dim.Height (titleEdit) +
-				//Dim.Height (messageEdit) +
-				//Dim.Height (numButtonsEdit) +
-				//Dim.Height (defaultButtonEdit) +
-				//Dim.Height (styleRadioGroup) +
-				//2 +
-				//Dim.Height (ckbEffect3D) +
-				//Dim.Height (ckbWrapMessage);
 				Application.Top.Loaded -= Top_Loaded;
 				Application.Top.Loaded -= Top_Loaded;
 			}
 			}
 			Application.Top.Loaded += Top_Loaded;
 			Application.Top.Loaded += Top_Loaded;