mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
speficy gtk treeview style for consistency
This commit is contained in:
parent
17baf93626
commit
ff80d66088
1 changed files with 7 additions and 4 deletions
|
|
@ -4,10 +4,13 @@ style "default" = "medium_text"
|
|||
{
|
||||
#Original values for reference
|
||||
|
||||
GtkTreeView::vertical-padding = 0
|
||||
GtkTreeView::horizontal-padding = 0
|
||||
GtkTreeView::even-row-color = @bases
|
||||
GtkTreeView::odd-row-color = @bases
|
||||
GtkTreeView :: vertical-padding = 0
|
||||
GtkTreeView :: horizontal-padding = 0
|
||||
GtkTreeView :: even-row-color = @bases
|
||||
GtkTreeView :: odd-row-color = @bases
|
||||
GtkTreeView :: focus-line-width = 0
|
||||
GtkTreeView :: tree-line-width = 1
|
||||
GtkTreeView :: row-ending-details = 0
|
||||
|
||||
GtkWidget :: focus-line-pattern = "\001\001" # Dash pattern used to draw the focus indicator.
|
||||
GtkWidget :: focus-line-width = 1 # [ 1 ] ( >= 0 ) Width, in pixels, of the focus indicator line.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue