瀏覽代碼

Keep the master's.

BDisp 5 年之前
父節點
當前提交
86423c52a2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      UICatalog/Scenarios/Buttons.cs

+ 1 - 1
UICatalog/Scenarios/Buttons.cs

@@ -124,7 +124,7 @@ namespace UICatalog {
 			computedFrame.Add (moveBtn);
 
 			// Demonstrates how changing the View.Frame property can SIZE Views (#583)
-			var sizeBtn = new Button ("Size This Button _via Pos") {
+			var sizeBtn = new Button ("Size This \u263a Button _via Pos") {
 				X = 0,
 				Y = Pos.Center () + 1,
 				Width = 30,