From 4d010c3aa5089c0347390d95e7b7763d1b866c76 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sun, 20 Nov 2011 14:28:23 +0000 Subject: give up on setting label width on XOs for help strings --- (limited to 'TurtleArtActivity.py') diff --git a/TurtleArtActivity.py b/TurtleArtActivity.py index 0e0f2cd..daba8f9 100644 --- a/TurtleArtActivity.py +++ b/TurtleArtActivity.py @@ -569,7 +569,7 @@ class TurtleArtActivity(activity.Activity): ''' The help toolbar must be setup we determine what hardware is in use. ''' # FIXME: Temporary work-around gtk problem with XO175 - if get_hardware() not in [XO175] and \ + if get_hardware() not in [XO1, XO15, XO175] and \ (gtk.gtk_version[0] > 2 or gtk.gtk_version[1] > 16): self.hover_help_label = self._add_label( _('Move the cursor over the orange palette for help.'), -- cgit v0.9.1