Skip to content
Snippets Groups Projects
Commit ebf6876a authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

Minor correction

parent 8896b102
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@
</p:selectOneMenu>
<h:outputText value="#{localizedMessages.gridSize}:"/>
<p:spinner style="width: 100%" value="#{currentConfigurationBean.gridSize}" valueChangeListener="#{currentAnalysisEditorBean.gridSizeListener}" suffix=" [px]"/>
<p:spinner style="width: 100%" value="#{currentConfigurationBean.gridSize}" valueChangeListener="#{currentAnalysisEditorBean.gridSizeListener}" suffix=" [px]"/>
<h:outputText value="#{localizedMessages.gridColor}:"/>
<p:colorPicker style="width: 100%" value="#{currentConfigurationBean.gridColor}" valueChangeListener="#{currentAnalysisEditorBean.gridColorListener}"/>
......@@ -47,7 +47,7 @@
</p:tabView>
<hr/>
<div style="text-align: right">
<p:commandButton value="#{localizedMessages.ok}" oncomplete="settingsDlg.hide();" update="@all" />
<p:commandButton value="#{localizedMessages.ok}" oncomplete="settingsDlg.hide();"/>
</div>
</h:form>
</p:dialog>
......
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