From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1UDrUk-00078H-PF for mharc-grub-devel@gnu.org; Fri, 08 Mar 2013 02:13:34 -0500 Received: from eggs.gnu.org ([208.118.235.92]:50872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDrUh-00078B-90 for grub-devel@gnu.org; Fri, 08 Mar 2013 02:13:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDrUf-0007U1-Q8 for grub-devel@gnu.org; Fri, 08 Mar 2013 02:13:31 -0500 Received: from mail-wg0-f45.google.com ([74.125.82.45]:42628) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDrUf-0007Tq-K0 for grub-devel@gnu.org; Fri, 08 Mar 2013 02:13:29 -0500 Received: by mail-wg0-f45.google.com with SMTP id dq12so2192558wgb.24 for ; Thu, 07 Mar 2013 23:13:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; bh=RHdlHbh/xt+fXvK66Zynkm9ssB1+eDmglL+UvGuUChE=; b=ozJrth1ZZkEFGd/VXqf9Y5q/kyrQNzMBvuradK10JMJ0r/L5/KaSyPZAUAHw3zv35F fA8mtr76E1Zuc/A8Zz3j6WNBwoSPcSAgZ2rkN2blMgdtXmzNaXq1H1msIVgwOMX5ezKy bKLif1Sn/gHMp9Mewn0SOU//bacHG+7O89qlpeKyT38y9fx0Z7hJqCUXH0A/ERRDNhqF JTfJl9pJOmhnIoieKdNoG8RV475kRe1bbQLPbAqpTo5k+exiuzgg45ecoyFb02nxNv8i wV1/kcZuzvQucoPpY35BZp7mFOTK4wQkTgt5LcTDAqHLdjEHXDl8GNzYo9DlXsnnj9gs A8qQ== X-Received: by 10.194.20.72 with SMTP id l8mr1692026wje.36.1362726808276; Thu, 07 Mar 2013 23:13:28 -0800 (PST) Received: from opensuse.site (ppp79-139-243-180.pppoe.spdop.ru. [79.139.243.180]) by mx.google.com with ESMTPS id ek4sm37453226wib.11.2013.03.07.23.13.26 (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 07 Mar 2013 23:13:27 -0800 (PST) Date: Fri, 8 Mar 2013 11:13:15 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: Re: [PATCH] fixed progress_bar highlight_style box displaying Message-ID: <20130308111315.0025fcd9@opensuse.site> In-Reply-To: <1630332.B8ZgL5cPhD@icedphoenix> References: <1630332.B8ZgL5cPhD@icedphoenix> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.10; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 74.125.82.45 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Mar 2013 07:13:33 -0000 В Thu, 07 Mar 2013 11:50:27 +0400 Vladimir Testov пишет: > Before - without patch. > After - with patch. > > bar_style and highlight_style - both set to different pixmap boxes with 9 > slices. > > Though the color scheme is not ideal, screenshots are demonstrating my idea. > > The differences are in bottom and right sides. > > See screenshots. > This looks interesting indeed and explains your patch pretty well.