mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-23 13:12:42 +01:00
Polish UI
This commit is contained in:
@@ -118,7 +118,7 @@ class ExpressionElementTableRow extends React.Component<ExpressionElementRowProp
|
||||
return <tr className={"row-with-bits " + css}>
|
||||
<td className="sign">{sign}</td>
|
||||
<td className="label">
|
||||
<span>{this.getLabel()}</span>
|
||||
{this.getLabel()}
|
||||
</td>
|
||||
<td className="bin">
|
||||
<BinaryStringView
|
||||
@@ -143,7 +143,7 @@ class ExpressionElementTableRow extends React.Component<ExpressionElementRowProp
|
||||
: null;
|
||||
}
|
||||
|
||||
getLabel(): string {
|
||||
getLabel(): string {
|
||||
|
||||
// For expressions like |~2
|
||||
// TODO: find a better way...
|
||||
|
||||
Reference in New Issue
Block a user