Added standard styles to new project window buttons
FEA: ItEr67S04BugFixing
This commit is contained in:
parent
b18f82f170
commit
0f174fb6ab
1 changed files with 4 additions and 4 deletions
|
|
@ -65,9 +65,9 @@
|
|||
</rows>
|
||||
</grid>
|
||||
<hbox>
|
||||
<button label="${i18n:_('Accept')}"
|
||||
onClick="projectController.accept();" />
|
||||
<button label="${i18n:_('Cancel')}"
|
||||
onClick="projectController.cancel();" />
|
||||
<button label="${i18n:_('Accept')}" onClick="projectController.accept();"
|
||||
sclass="save-button global-action" />
|
||||
<button label="${i18n:_('Cancel')}" onClick="projectController.cancel();"
|
||||
sclass="cancel-button global-action" />
|
||||
</hbox>
|
||||
</window>
|
||||
Loading…
Add table
Reference in a new issue