We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f04c38 commit 28dfb06Copy full SHA for 28dfb06
1 file changed
src/main/java/com/intellij/uiDesigner/impl/GuiDesignerConfigurable.java
@@ -175,7 +175,7 @@ private MyLayout() {
175
176
myLayoutManagerCombo = ComboBox.create(LayoutManagerRegistry.getNonDeprecatedLayoutManagerNames());
177
myLayoutManagerCombo.selectFirst();
178
- myLayoutManagerCombo.setTextRender(value -> LocalizeValue.of(LayoutManagerRegistry.getLayoutManagerDisplayName(value)));
+ myLayoutManagerCombo.setTextRenderer(value -> LocalizeValue.of(LayoutManagerRegistry.getLayoutManagerDisplayName(value)));
179
180
myPanel.add(LabeledBuilder.sided(UIDesignerLocalize.defaultLayoutManager(), myLayoutManagerCombo));
181
0 commit comments