Fix support for GtkTreeView separators (LP: #1781689).
This commit is contained in:
parent
017dada62a
commit
53dcb9c9a1
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
lubuntu-artwork (0.71.1) bionic; urgency=medium
|
||||
|
||||
* Fix support for GtkTreeView separators (LP: #1781689).
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 14 Jul 2018 01:58:17 -0500
|
||||
|
||||
lubuntu-artwork (0.71) bionic; urgency=medium
|
||||
|
||||
* src/usr/share/plymouth/themes/lubuntu-next-logo:
|
||||
|
@ -2352,6 +2352,11 @@ treeview.view {
|
||||
border-color: @selected_bg_color;
|
||||
}
|
||||
|
||||
treeview.view.separator {
|
||||
min-height: 2px;
|
||||
color: @borders;
|
||||
}
|
||||
|
||||
/************
|
||||
* viewport *
|
||||
************/
|
||||
|
@ -2510,6 +2510,11 @@ treeview.view {
|
||||
border-color: @selected_bg_color;
|
||||
}
|
||||
|
||||
treeview.view.separator {
|
||||
min-height: 2px;
|
||||
color: @borders;
|
||||
}
|
||||
|
||||
/************
|
||||
* viewport *
|
||||
************/
|
||||
|
@ -2510,6 +2510,11 @@ treeview.view {
|
||||
border-color: @selected_bg_color;
|
||||
}
|
||||
|
||||
treeview.view.separator {
|
||||
min-height: 2px;
|
||||
color: @borders;
|
||||
}
|
||||
|
||||
/************
|
||||
* viewport *
|
||||
************/
|
||||
|
@ -2352,6 +2352,11 @@ treeview.view {
|
||||
border-color: @selected_bg_color;
|
||||
}
|
||||
|
||||
treeview.view.separator {
|
||||
min-height: 2px;
|
||||
color: @borders;
|
||||
}
|
||||
|
||||
/************
|
||||
* viewport *
|
||||
************/
|
||||
|
@ -2510,6 +2510,11 @@ treeview.view {
|
||||
border-color: @selected_bg_color;
|
||||
}
|
||||
|
||||
treeview.view.separator {
|
||||
min-height: 2px;
|
||||
color: @borders;
|
||||
}
|
||||
|
||||
/************
|
||||
* viewport *
|
||||
************/
|
||||
|
@ -2510,6 +2510,11 @@ treeview.view {
|
||||
border-color: @selected_bg_color;
|
||||
}
|
||||
|
||||
treeview.view.separator {
|
||||
min-height: 2px;
|
||||
color: @borders;
|
||||
}
|
||||
|
||||
/************
|
||||
* viewport *
|
||||
************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user