Some labels needed to be changed in order to respect the convention.
[YOCTO #4999]
(Bitbake rev:
110b485eac6adea242297b7942da8710403c465a)
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
vbox.get_children()[0].get_children()[0].get_children()[0].remove(child)
label1 = gtk.Label()
- label1.set_text("File system: " + self.directory)
+ label1.set_text("File system" + self.directory)
label1.show()
vbox.get_children()[0].get_children()[0].get_children()[0].pack_start(label1, expand=False, fill=False, padding=0)
vbox.get_children()[0].get_children()[1].get_children()[0].hide()
+
+ self.get_children()[0].get_children()[1].get_children()[0].set_label("Select")