Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ba7b6b264d | |||
| c50472b927 | |||
| 7f01c688e0 | |||
| 331495a3a2 |
@@ -1,10 +1,22 @@
|
|||||||
<application>
|
<application>
|
||||||
<component name="AppStorage">
|
<component name="AppStorage">
|
||||||
<option name="newTranslationDialogWidth" value="598" />
|
<option name="newTranslationDialogWidth" value="596" />
|
||||||
<option name="newTranslationDialogX" value="811" />
|
<option name="newTranslationDialogX" value="811" />
|
||||||
<option name="newTranslationDialogY" value="447" />
|
<option name="newTranslationDialogY" value="447" />
|
||||||
<option name="pinNewTranslationDialog" value="true" />
|
<option name="pinNewTranslationDialog" value="true" />
|
||||||
<histories>
|
<histories>
|
||||||
|
<item value="supper" />
|
||||||
|
<item value="夜宵" />
|
||||||
|
<item value="晚餐" />
|
||||||
|
<item value="下午茶" />
|
||||||
|
<item value="午餐" />
|
||||||
|
<item value="早餐" />
|
||||||
|
<item value="period" />
|
||||||
|
<item value="时段" />
|
||||||
|
<item value="The uniform height of all children. All children will be given the BoxConstraints to match this exact height. Must not be null and must be positive." />
|
||||||
|
<item value="sequence" />
|
||||||
|
<item value="序列" />
|
||||||
|
<item value="diameter Ratio" />
|
||||||
<item value="Convert the given point from the local coordinate system for this box to the global coordinate system in logical pixels. If `ancestor` is non-null, this function converts the given point to the coordinate system of `ancestor` (which must be an ancestor of this render object) instead of to the global coordinate system. This method is implemented in terms of [getTransformTo]. If the transform matrix puts the given `point` on the line at infinity (for instance, when the transform matrix is the zero matrix), this method returns (NaN, NaN)." />
|
<item value="Convert the given point from the local coordinate system for this box to the global coordinate system in logical pixels. If `ancestor` is non-null, this function converts the given point to the coordinate system of `ancestor` (which must be an ancestor of this render object) instead of to the global coordinate system. This method is implemented in terms of [getTransformTo]. If the transform matrix puts the given `point` on the line at infinity (for instance, when the transform matrix is the zero matrix), this method returns (NaN, NaN)." />
|
||||||
<item value="Vertical viewport was given unbounded height. Viewports expand in the scrolling direction to fill their container. In this case, a vertical viewport was given an unlimited amount of vertical space in which to expand. This situation typically happens when a scrollable widget is nested inside another scrollable widget. If this widget is always nested in a scrollable widget there is no need to use a viewport because there will always be enough vertical space for the children. In this case, consider using a Column instead. Otherwise, consider using the "shrinkWrap" property (or a ShrinkWrappingViewport) to size the height of the viewport to the sum of the heights of its children." />
|
<item value="Vertical viewport was given unbounded height. Viewports expand in the scrolling direction to fill their container. In this case, a vertical viewport was given an unlimited amount of vertical space in which to expand. This situation typically happens when a scrollable widget is nested inside another scrollable widget. If this widget is always nested in a scrollable widget there is no need to use a viewport because there will always be enough vertical space for the children. In this case, consider using a Column instead. Otherwise, consider using the "shrinkWrap" property (or a ShrinkWrappingViewport) to size the height of the viewport to the sum of the heights of its children." />
|
||||||
<item value="The following assertion was thrown during performResize(): Vertical viewport was given unbounded height. Viewports expand in the scrolling direction to fill their container. In this case, a vertical viewport was given an unlimited amount of vertical space in which to expand. This situation typically happens when a scrollable widget is nested inside another scrollable widget." />
|
<item value="The following assertion was thrown during performResize(): Vertical viewport was given unbounded height. Viewports expand in the scrolling direction to fill their container. In this case, a vertical viewport was given an unlimited amount of vertical space in which to expand. This situation typically happens when a scrollable widget is nested inside another scrollable widget." />
|
||||||
@@ -40,12 +52,15 @@
|
|||||||
</histories>
|
</histories>
|
||||||
<option name="languageScores">
|
<option name="languageScores">
|
||||||
<map>
|
<map>
|
||||||
<entry key="CHINESE" value="58" />
|
<entry key="CHINESE" value="68" />
|
||||||
<entry key="ENGLISH" value="59" />
|
<entry key="ENGLISH" value="69" />
|
||||||
</map>
|
</map>
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
<component name="Cache">
|
<component name="Cache">
|
||||||
<option name="lastTrimTime" value="1652471931092" />
|
<option name="lastTrimTime" value="1652906329707" />
|
||||||
|
</component>
|
||||||
|
<component name="Settings">
|
||||||
|
<option name="showActionsInContextMenuOnlyWithSelection" value="false" />
|
||||||
</component>
|
</component>
|
||||||
</application>
|
</application>
|
||||||
Reference in New Issue
Block a user