Remove extra dynamicHeight properties from Unused Items active button
Match other active nav buttons which don't have these properties. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -6,11 +6,14 @@
|
|||||||
"buttonVariant": "PRIMARY",
|
"buttonVariant": "PRIMARY",
|
||||||
"disabledWhenInvalid": false,
|
"disabledWhenInvalid": false,
|
||||||
"dynamicBindingPathList": [
|
"dynamicBindingPathList": [
|
||||||
{"key": "buttonColor"}
|
{
|
||||||
|
"key": "buttonColor"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"dynamicHeight": "FIXED",
|
|
||||||
"dynamicTriggerPathList": [
|
"dynamicTriggerPathList": [
|
||||||
{"key": "onClick"}
|
{
|
||||||
|
"key": "onClick"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"isDefaultClickDisabled": true,
|
"isDefaultClickDisabled": true,
|
||||||
"isDisabled": false,
|
"isDisabled": false,
|
||||||
@@ -18,8 +21,6 @@
|
|||||||
"isVisible": true,
|
"isVisible": true,
|
||||||
"key": "ui1btn3uik",
|
"key": "ui1btn3uik",
|
||||||
"leftColumn": 0,
|
"leftColumn": 0,
|
||||||
"maxDynamicHeight": 9000,
|
|
||||||
"minDynamicHeight": 4,
|
|
||||||
"minWidth": 120,
|
"minWidth": 120,
|
||||||
"mobileBottomRow": 52,
|
"mobileBottomRow": 52,
|
||||||
"mobileLeftColumn": 0,
|
"mobileLeftColumn": 0,
|
||||||
@@ -43,4 +44,4 @@
|
|||||||
"version": 1,
|
"version": 1,
|
||||||
"widgetId": "ui1btn3ui",
|
"widgetId": "ui1btn3ui",
|
||||||
"widgetName": "Button3Copy2"
|
"widgetName": "Button3Copy2"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user