Kaydet (Commit) 0170bb1e authored tarafından Javier Fernandez's avatar Javier Fernandez

PyWebWizard: Fixing bugs and implementation of mising features.

The document list up/down buttons should use OpenSymbol font.

Change-Id: I9ff7cb9a12ee98bfba4355283a3b9f8aefb0af95
üst ae2bc91d
......@@ -130,7 +130,7 @@ class WebWizardDialog(WizardDialog):
self.fontDescriptor6.StyleName = "Bold Italic"
self.fontDescriptor6.Weight = 150
self.fontDescriptor6.Slant = ITALIC
self.fontDescriptor7.Name = "StarSymbol"
self.fontDescriptor7.Name = "OpenSymbol"
self.fontDescriptor7.Height = 9
self.fontDescriptor7.StyleName = "Regular"
self.fontDescriptor7.Weight = 100
......
......@@ -31,8 +31,8 @@ class WebWizardDialogResources(Resource):
def __init__(self, xmsf):
super(WebWizardDialogResources,self).__init__(xmsf,
WebWizardDialogResources.MODULE_NAME)
self.resbtnDocUp_value = str(8743)
self.resbtnDocDown_value = str(8744)
self.resbtnDocUp_value = chr(8743)
self.resbtnDocDown_value = chr(8744)
#Delete the String, uncomment the getResText method
self.resWebWizardDialog_title = self.getResText(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment