Skip to content

Commit 3e6ba3a

Browse files
committed
Upgrade to release v1.1.0
1 parent cdf73f3 commit 3e6ba3a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

detail/DetailView.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,17 @@ class DetailView extends \yii\widgets\DetailView
6262
* @var string the mode for the Detail View when its initialized
6363
*/
6464
public $mode = self::MODE_VIEW;
65-
66-
/**
67-
* @var string the horizontal alignment for the label column
68-
*/
69-
public $hAlign = self::ALIGN_RIGHT;
7065

7166
/**
7267
* @var integer the animation fade delay in microseconds when
7368
* toggling between the view and edit modes.
7469
*/
7570
public $fadeDelay = 800;
71+
72+
/**
73+
* @var string the horizontal alignment for the label column
74+
*/
75+
public $hAlign = self::ALIGN_RIGHT;
7676

7777
/**
7878
* @var string the vertical alignment for the label column

0 commit comments

Comments
 (0)