File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
src/main/java/io/nbs/client/ui/panels/im/messages Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public MessageLeftTextViewHolder() {
3636
3737 private void initComponents ()
3838 {
39- int maxWidth = (int ) (MainFrame .getContext ().currentWindowWidth * 0.5 );
39+ int maxWidth = (int ) (MainFrame .getContext ().currentWindowWidth * 0.385 );
4040 text = new SizeAutoAdjustTextArea (maxWidth );
4141 text .setParseUrl (true );
4242
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ private void initComponents(){
4848 timePanel .setBackground (ColorCnst .WINDOW_BACKGROUND );
4949 messageAvatarPanel .setBackground (ColorCnst .WINDOW_BACKGROUND );
5050
51- int maxWidth = (int )(MainFrame .getContext ().currentWindowWidth *0.5 );
51+ int maxWidth = (int )(MainFrame .getContext ().currentWindowWidth *0.385 );
5252 text = new SizeAutoAdjustTextArea (maxWidth );
5353 text .setParseUrl (true );
5454
You can’t perform that action at this time.
0 commit comments