Skip to content
Snippets Groups Projects
Commit 45290ec6 authored by tpylak's avatar tpylak
Browse files

minor: make dialog wider

SVN: 15692
parent 4a46b69e
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ public class WellContentDialog extends Dialog
dialogHeight = imgH * images.getTileRowsNum() + 200;
} else
{
dialogWidth = 250;
dialogWidth = 300;
dialogHeight = 160;
}
String title = "Well Content: " + wellData.getWellContentDescription();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment