From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MuYZW-0000Ty-7m for mharc-grub-devel@gnu.org; Sun, 04 Oct 2009 17:24:50 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MuYZU-0000Tl-49 for grub-devel@gnu.org; Sun, 04 Oct 2009 17:24:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MuYZS-0000TM-Fh for grub-devel@gnu.org; Sun, 04 Oct 2009 17:24:47 -0400 Received: from [199.232.76.173] (port=56165 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MuYZS-0000TJ-AZ for grub-devel@gnu.org; Sun, 04 Oct 2009 17:24:46 -0400 Received: from fg-out-1718.google.com ([72.14.220.158]:32084) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MuYZS-0005GO-1g for grub-devel@gnu.org; Sun, 04 Oct 2009 17:24:46 -0400 Received: by fg-out-1718.google.com with SMTP id e21so313591fga.12 for ; Sun, 04 Oct 2009 14:24:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=/rmaqklWbrB0L3PnLH1oOHuox2lV772ZSq0otmZ5hzM=; b=UMtE63FAH472K8pFFrq5rnl/+Fxr1LkmxbwPLI5yRz/Mwh365LGKSAnsXLRi2PwWMf 66MBoeI2v1y9z66AIUc4z7MPxT1vGIRr7wuwNW4PjLmZK+2zqEsNxn4Xq1wiq7WJzTb6 9XyS2vMehg1WIRSGGvgMsr/1qasNW962LrstQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=lAma1H13neiItxXK6s4AS6uY5aorMvCVVOhRDPyfMz/WzJ9mP+nbp5x1AD7rMg5mKT amvZY0J5NRoodZTH0IuOFchzMAeY6vpHikjM5cs0jqtgqb4WGcHlDmO/yyuotMZLEme3 7Zon8cQ6Fin9cz4P6jZ8K0/KkRPeCPeenQCbM= MIME-Version: 1.0 Sender: hramrach@gmail.com Received: by 10.86.222.15 with SMTP id u15mr4476505fgg.33.1254691484604; Sun, 04 Oct 2009 14:24:44 -0700 (PDT) In-Reply-To: References: <2e59e6970910040906o4cd536bancb2655c7301d69ec@mail.gmail.com> Date: Sun, 4 Oct 2009 23:24:44 +0200 X-Google-Sender-Auth: ac425b87f455f8f8 Message-ID: From: Michal Suchanek To: The development of GRUB 2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: [GITGRUB] New menu interface (implementation) X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 21:24:48 -0000 2009/10/4 Bean : > On Mon, Oct 5, 2009 at 12:06 AM, richardvoigt@gmail.com > wrote: >>>> =C2=A0- the border settings offer many options but I miss the option f= or >>>> =C2=A0 - setting the text border explicitly to single/double border >>>> without using an image >>> >>> I think image is most flexible, who want ascii border in graphic mode It should be possible to construct a menu usable in both text and graphics without additional images. >>> ? BTW, border in graphic mode doesn't necessary be full character >>> size, so text may not draw properly anyway. About the single/double >>> border, it's more suitable to config them using styles other that >>> property. >> >> Can't one obtain an N pixel solid border by using a parent panel with >> background =3D border color, and client panel just a few pixels smaller >> using the margin-positioning directives? Yes, that should be possible. I just expect that his would be a common task so it would be nicer to have also inner spacing that adds space inside the border without an additional panel. >> >> This should give a border without needing a new set of commands, nor >> image files. > > Hi, > > You can use border_width, border_height and border_color property to > add a strip of solid color around a panel, no need to add another one. You need another one to get a a space between the border and the panel cont= ent. Thanks Michal