Re: Making a GtkSeparator more visible
- From: Felipe Borges <felipe10borges gmail com>
- To: dougf people net au
- Cc: gtk-app <gtk-app-devel-list gnome org>
- Subject: Re: Making a GtkSeparator more visible
- Date: Fri, 1 Dec 2017 12:33:48 +0100
Hi,
On Wed, Nov 29, 2017 at 11:30 PM, <dougf people net au> wrote:
How can I make a GtkSeparator more visible. I guess that means making it
darker and / or thicker
You could make it thicker by increasing its height_request property to
a proper value.
You could make it darker by setting some css properties for its css
node, such as:
separator {
background-color: #000;
}
There are other ways to achieve it, these are just suggestions off the
top of my head.
Thanks
Doug
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]