Skip to content

Commit

Permalink
#4071 Add preset theme compatible styles for conditional formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stroomdev66 committed Oct 30, 2024
1 parent af169b6 commit 189ee6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ private void edit(final ConditionalFormattingRule existingRule) {
selectionBoxModel.addItems(fields);
editRulePresenter.read(existingRule, selectionBoxModel);

final PopupSize popupSize = PopupSize.resizable(800, 600);
final PopupSize popupSize = PopupSize.resizable(1000, 700);
ShowPopupEvent.builder(editRulePresenter)
.popupType(PopupType.OK_CANCEL_DIALOG)
.popupSize(popupSize)
Expand Down

0 comments on commit 189ee6d

Please sign in to comment.