SDA-4419 - Fix maximize and unmaximize button height (#2033)

This commit is contained in:
Kiran Niranjan 2023-12-14 13:41:48 +05:30 committed by GitHub
parent 06368d8e7b
commit 6971b7ea27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -117,7 +117,7 @@ exports[`windows title bar should render correctly 1`] = `
title="Maximize" title="Maximize"
> >
<svg <svg
viewBox="0 0 14 10.2" viewBox="0 0 14 11.2"
x="0px" x="0px"
y="0px" y="0px"
> >

View File

@ -173,7 +173,7 @@ export default class WindowsTitleBar extends React.Component<{}, IState> {
onContextMenu={this.eventHandlers.onDisableContextMenu} onContextMenu={this.eventHandlers.onDisableContextMenu}
onMouseDown={this.handleMouseDown} 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 <path
fill={ fill={
isDisabled isDisabled
@ -194,7 +194,7 @@ export default class WindowsTitleBar extends React.Component<{}, IState> {
onContextMenu={this.eventHandlers.onDisableContextMenu} onContextMenu={this.eventHandlers.onDisableContextMenu}
onMouseDown={this.handleMouseDown} 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 <path
fill={ fill={
isDisabled isDisabled