Skip to content

Commit

Permalink
improve width for pagetab right sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
kepper committed Feb 26, 2024
1 parent aff1ada commit 61d4597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/gui/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const guiModule = {
pageTabSidebarVisible: true,
pageTabSidebarWidth: 310,
pageTabRightSidebarVisible: true,
pageTabRightSidebarWidth: 480,
pageTabRightSidebarWidth: 490,
pageShowGrid: true,
zonesTabLeftSidebarVisible: true,
zonesTabLeftSidebarWidth: 310,
Expand Down

0 comments on commit 61d4597

Please sign in to comment.