X-Git-Url: http://git.onelab.eu/?p=sfa-gui.git;a=blobdiff_plain;f=Configure.py;fp=Configure.py;h=c863135e5af05b9f40a190ee773cb2bea06123b5;hp=2d5db332935c0d8989f61f8c6058be381c27f308;hb=1d432dd802ffdf4fd7960bf105e8e06251f402c5;hpb=2161dfb4ced32f92fc90488b3bb09734cb89622f diff --git a/Configure.py b/Configure.py index 2d5db33..c863135 100644 --- a/Configure.py +++ b/Configure.py @@ -75,6 +75,7 @@ class Configure(Sink): applyButton = Button("Apply", self.apply) hp.add(applyButton) panel.add(hp) + panel.setStyleName("infoProse") self.initWidget(panel) @@ -87,4 +88,4 @@ class Configure(Sink): pass def init(): - return SinkInfo("Configure", "Configure SFA Federation GUI", Configure) + return SinkInfo("Configure", "Configure the PlanetLab Federation GUI", Configure)