Skip to content

Commit a9af7bf

Browse files
authored
also allow one column in app settings
1 parent 1c0b5eb commit a9af7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/comps/appSettingsComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ const childrenMap = {
216216
disableCollision: valueComp<boolean>(false),
217217
lowcoderCompVersion: withDefault(StringControl, 'latest'),
218218
maxWidth: dropdownInputSimpleControl(OPTIONS, USER_DEFINE, "1920"),
219-
gridColumns: RangeControl.closed(8, 48, 24),
219+
gridColumns: RangeControl.closed(1, 48, 24),
220220
gridRowHeight: RangeControl.closed(4, 100, 8),
221221
gridRowCount: withDefault(NumberControl, DEFAULT_ROW_COUNT),
222222
gridPaddingX: withDefault(NumberControl, 20),

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy