Re: Making a GtkSeparator more visible



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]