Skip to content
Snippets Groups Projects
Commit 14c83ccd authored by Alexis Durgnat's avatar Alexis Durgnat :milky_way:
Browse files

Removed condition

parent c904134a
No related branches found
No related tags found
1 merge request!21*poof* final version
......@@ -135,9 +135,6 @@ public class MainWindowController implements Initializable {
msg.setWrapText(true);
msg.setStyle("-fx-padding: 8px");
msg.setText(message);
if (Main.getContext().getUser().isPresent() && !user.equals(Main.getContext().getUser().get())){
msg.setTextAlignment(TextAlignment.RIGHT);
}
msg.setMaxWidth(310);
p.getChildren().add(msg);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment