mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-09-23 06:24:41 -04:00
fix details column header in disputes view
This commit is contained in:
parent
c496ff84b4
commit
4d3660e7b8
1 changed files with 0 additions and 1 deletions
|
@ -953,7 +953,6 @@ public abstract class DisputeView extends ActivatableView<VBox, Void> implements
|
||||||
{
|
{
|
||||||
setMaxWidth(80);
|
setMaxWidth(80);
|
||||||
setMinWidth(65);
|
setMinWidth(65);
|
||||||
getStyleClass().addAll("avatar-column");
|
|
||||||
setSortable(false);
|
setSortable(false);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue