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

Minor chat panel size edition

parent b12b428d
No related branches found
No related tags found
1 merge request!21*poof* final version
......@@ -178,7 +178,7 @@ public class MainWindowController implements Initializable {
Insets.EMPTY)));
p.setBorder(new Border(new BorderStroke(Color.color(0.6, 0.6, 0.6), BorderStrokeStyle.SOLID, new CornerRadii(5),
BorderWidths.DEFAULT)));
p.setPrefWidth(315);
p.setPrefWidth(312);
p.setMaxWidth(320);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment