# Settings for scrollbar, scales and general range widgets

style "industrial-range" = "industrial-main"
{
	xthickness = 1
	ythickness = 1
	
	# Width of scrollbar or scale thumb
	
	GtkRange::slider_width = 14
	
	# Spacing between thumb/steppers and outer trough bevel
	
	GtkRange::trough_border = 0

	# Length of step buttons at ends 
	
	GtkRange::stepper_size = 14

	# Spacing between step buttons and thumb

	GtkRange::stepper_spacing = 0

	# How far in the x direction to move the arrow when the button is depressed 

	GtkRange::arrow_displacement_x = 1

	# How far in the y direction to move the arrow when the button is depressed

	GtkRange::arrow_displacement_y = 1

	# Length of scale's slider
	
	GtkScale::slider_length = 35

	# Space between value text and the slider/trough area
	
	GtkScale::value_spacing = 3

	# Minimum length of scrollbar slider
    
    GtkScrollbar::min_slider_length = 35
}
class "GtkRange" style "industrial-range"
class "GtkScale" style "industrial-range"
class "GtkHScale" style "industrial-range"
class "GtkVScale" style "industrial-range"
class "GtkScrollbar" style "industrial-range"
class "GtkHScrollbar" style "industrial-range"
class "GtkVScrollbar" style "industrial-range"
