mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-26 08:51:22 -06:00
SDA-4419 - Fix maximize and unmaximize button height (#2033)
This commit is contained in:
parent
06368d8e7b
commit
6971b7ea27
@ -117,7 +117,7 @@ exports[`windows title bar should render correctly 1`] = `
|
||||
title="Maximize"
|
||||
>
|
||||
<svg
|
||||
viewBox="0 0 14 10.2"
|
||||
viewBox="0 0 14 11.2"
|
||||
x="0px"
|
||||
y="0px"
|
||||
>
|
||||
|
@ -173,7 +173,7 @@ export default class WindowsTitleBar extends React.Component<{}, IState> {
|
||||
onContextMenu={this.eventHandlers.onDisableContextMenu}
|
||||
onMouseDown={this.handleMouseDown}
|
||||
>
|
||||
<svg x='0px' y='0px' viewBox='0 0 14 10.2'>
|
||||
<svg x='0px' y='0px' viewBox='0 0 14 11.2'>
|
||||
<path
|
||||
fill={
|
||||
isDisabled
|
||||
@ -194,7 +194,7 @@ export default class WindowsTitleBar extends React.Component<{}, IState> {
|
||||
onContextMenu={this.eventHandlers.onDisableContextMenu}
|
||||
onMouseDown={this.handleMouseDown}
|
||||
>
|
||||
<svg x='0px' y='0px' viewBox='0 0 14 10.2'>
|
||||
<svg x='0px' y='0px' viewBox='0 0 14 11.2'>
|
||||
<path
|
||||
fill={
|
||||
isDisabled
|
||||
|
Loading…
Reference in New Issue
Block a user