diff options
author | bobzel <zzzman@gmail.com> | 2020-08-01 09:49:28 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-01 09:49:28 -0400 |
commit | 5d3b965b85cf3caf50b973aa10ddd88da38a8563 (patch) | |
tree | 08ffc716c4a18759c1601e1e2a115a90b00f79ad /src/client/views/MainView.tsx | |
parent | b33e31e369aef6e0675219c96ba4b8a058a69b0c (diff) |
fixed size of left buttons
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 67f1f5592..74be36bda 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -464,7 +464,7 @@ export class MainView extends React.Component { onClick={undefined} ScreenToLocalTransform={this.mainContainerXf} ContentScaling={returnOne} - PanelWidth={() => 80} + PanelWidth={() => 60} PanelHeight={this.getContentsHeight} renderDepth={0} focus={emptyFunction} |