From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1UDIxj-0004DP-0E for mharc-grub-devel@gnu.org; Wed, 06 Mar 2013 13:21:11 -0500 Received: from eggs.gnu.org ([208.118.235.92]:52328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDIxd-00045J-MW for grub-devel@gnu.org; Wed, 06 Mar 2013 13:21:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDIxZ-0007Q6-8M for grub-devel@gnu.org; Wed, 06 Mar 2013 13:21:05 -0500 Received: from mail-bk0-x233.google.com ([2a00:1450:4008:c01::233]:42712) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDIxZ-0007Pk-22 for grub-devel@gnu.org; Wed, 06 Mar 2013 13:21:01 -0500 Received: by mail-bk0-f51.google.com with SMTP id ik5so405739bkc.24 for ; Wed, 06 Mar 2013 10:21:00 -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=3V8DR7EiqXbdhMPJhq6UOOWw0FevD5cx9m+vITZ9nLI=; b=hQ8rYHXL4ypvZAsp5nsvtC67rYvjzzBTaJfm0Ap3Ppwiv801h/wirVImWMgUnOJgxH YiZ9sxQKg/Z0XYRmg/dN0YFImYdcrl57Q+eZevyVmg+ehor9A8UF/VUmGTWldvjBeGuB vFzRLz0YKey2LxsavOJL3nLoIHvv8kWROyu6KfGKvg9ZJOf/EFSKUyaihTf72hbd2o0i 2MBSVdNUn6Q/BGtXd88XhB7q6/c/98QeyOapT5HfwFaycC1cRq+q8gz51/393REWoHPP O4Uf8w+Wm7ENf/ZY/WTJNHM7yrCnuKYLcOWK6Q4BGKhRN/3/KiJ73CeGy+U9uPg/ptDq FKFA== X-Received: by 10.204.8.219 with SMTP id i27mr11925751bki.21.1362594059966; Wed, 06 Mar 2013 10:20:59 -0800 (PST) Received: from opensuse.site (ppp79-139-243-180.pppoe.spdop.ru. [79.139.243.180]) by mx.google.com with ESMTPS id gu14sm8655836bkc.1.2013.03.06.10.20.58 (version=SSLv3 cipher=RC4-SHA bits=128/128); Wed, 06 Mar 2013 10:20:59 -0800 (PST) Date: Wed, 6 Mar 2013 22:20:56 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: Re: [PATCH] fixed progress_bar highlight_style box displaying Message-ID: <20130306222056.2a6aee1d@opensuse.site> In-Reply-To: <272517394.NKOXnIMaqQ@icedphoenix> References: <272517394.NKOXnIMaqQ@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: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4008:c01::233 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: Wed, 06 Mar 2013 18:21:10 -0000 В Wed, 06 Mar 2013 17:08:16 +0400 Vladimir Testov пишет: > In current state we could not correctly use styled box for highlight_style. > > We could set only center slice for highlight_style. Otherwise highlighted area > won't be correctly displayed. > > Patch included. I am curious why would you need border elements. To me having left and right padding sounds like being wrong for horizontal progress bar. It draws something when there is zero content.