|
|
|
@ -83,9 +83,9 @@ public class StyleSettingPane extends BasicBeanPane<MobilePopupHyperlink> {
|
|
|
|
|
UILabel borderLabel = new UILabel(Toolkit.i18nText("FR-Plugin-Designer_Mobile_Popup_Border")); |
|
|
|
|
|
|
|
|
|
borderPane.add(column(LayoutConstants.VERTICAL_GAP, |
|
|
|
|
row(cell(borderLabel).weight(1), cell(new UILabel(Toolkit.i18nText("FR-Plugin-Designer_Mobile_Popup_Line"), FineUIStyle.LABEL_SECONDARY)).weight(1), cell(borderType).weight(2), flex(3)), |
|
|
|
|
row(flex(1), cell(new UILabel(Toolkit.i18nText("FR-Plugin-Designer_Mobile_Popup_Colors"), FineUIStyle.LABEL_SECONDARY)).weight(1), cell(borderColor).weight(2), flex(3)), |
|
|
|
|
row(flex(1), cell(new UILabel(Toolkit.i18nText("FR-Plugin-Designer_Mobile_Popup_Radius"), FineUIStyle.LABEL_SECONDARY)).weight(1), cell(borderRadiusSpinner).weight(2), flex(3)) |
|
|
|
|
row(cell(borderLabel).weight(1), cell(new UILabel(Toolkit.i18nText("FR-Plugin-Designer_Mobile_Popup_Line"), FineUIStyle.LABEL_SECONDARY)).weight(1.5), cell(borderType).weight(2), flex(2.5)), |
|
|
|
|
row(flex(1), cell(new UILabel(Toolkit.i18nText("FR-Plugin-Designer_Mobile_Popup_Colors"), FineUIStyle.LABEL_SECONDARY)).weight(1.5), cell(borderColor).weight(2), flex(2.5)), |
|
|
|
|
row(flex(1), cell(new UILabel(Toolkit.i18nText("FR-Plugin-Designer_Mobile_Popup_Radius"), FineUIStyle.LABEL_SECONDARY)).weight(1.5), cell(borderRadiusSpinner).weight(2), flex(2.5)) |
|
|
|
|
).getComponent()); |
|
|
|
|
return borderPane; |
|
|
|
|
} |
|
|
|
@ -102,8 +102,8 @@ public class StyleSettingPane extends BasicBeanPane<MobilePopupHyperlink> {
|
|
|
|
|
JLabel bgLabel = new JLabel(Toolkit.i18nText("FR-Plugin-Designer_Mobile_Popup_Background")); |
|
|
|
|
|
|
|
|
|
bgPane.add(column(LayoutConstants.VERTICAL_GAP, |
|
|
|
|
row(cell(bgLabel).weight(1), cell(new UILabel(Toolkit.i18nText("FR-Plugin-Designer_Mobile_Popup_Colors"), FineUIStyle.LABEL_SECONDARY)).weight(1), cell(bgColor).weight(2), flex(3)), |
|
|
|
|
row(flex(1), cell(new UILabel(Toolkit.i18nText("FR-Plugin-Designer_Mobile_Popup_Opacity"), FineUIStyle.LABEL_SECONDARY)).weight(1), cell(transparencyPane).weight(3), flex(2)) |
|
|
|
|
row(cell(bgLabel).weight(1), cell(new UILabel(Toolkit.i18nText("FR-Plugin-Designer_Mobile_Popup_Colors"), FineUIStyle.LABEL_SECONDARY)).weight(1.5), cell(bgColor).weight(2), flex(2.5)), |
|
|
|
|
row(flex(1), cell(new UILabel(Toolkit.i18nText("FR-Plugin-Designer_Mobile_Popup_Opacity"), FineUIStyle.LABEL_SECONDARY)).weight(1.5), cell(transparencyPane).weight(3), flex(1.5)) |
|
|
|
|
).getComponent()); |
|
|
|
|
return bgPane; |
|
|
|
|
} |
|
|
|
@ -117,9 +117,9 @@ public class StyleSettingPane extends BasicBeanPane<MobilePopupHyperlink> {
|
|
|
|
|
sizePane.add(column(LayoutConstants.VERTICAL_GAP, |
|
|
|
|
row( |
|
|
|
|
column(LayoutConstants.VERTICAL_GAP, cell(sizeLabel), flex()).weight(1), |
|
|
|
|
cell(mobileRegularPane).weight(4), flex(2) |
|
|
|
|
cell(mobileRegularPane).weight(4.5), flex(1.5) |
|
|
|
|
), |
|
|
|
|
row(flex(1), cell(padRegularPane).weight(4), flex(2)) |
|
|
|
|
row(flex(1), cell(padRegularPane).weight(4.5), flex(1.5)) |
|
|
|
|
).getComponent()); |
|
|
|
|
return sizePane; |
|
|
|
|
} |
|
|
|
|