Skip to content

Commit

Permalink
Merge 34c2b33 into 96a99ee
Browse files Browse the repository at this point in the history
  • Loading branch information
JeridiOmar authored Apr 16, 2023
2 parents 96a99ee + 34c2b33 commit 5b455ad
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Objects;

import static utils.GlobalVariables.getGlobalVariables;

Expand Down Expand Up @@ -75,6 +76,7 @@ public RichTextAreaController(InterviewText interviewText, List<AnnotationColor>
private void showFindDialog(InlineCssTextArea richTextArea) {
// Set up the dialog
Dialog<String> dialog = new Dialog<>();
dialog.getDialogPane().getStylesheets().add(Objects.requireNonNull(getClass().getResource("/css/application.css")).toExternalForm());
dialog.getDialogPane().setPrefWidth(450);
dialog.setResizable(true);
dialog.setTitle(Configuration.langBundle.getString("find"));
Expand Down

0 comments on commit 5b455ad

Please sign in to comment.