fix typo in 270-rotated tabs bg image for gtk2

This commit is contained in:
Iris Lightshard 2021-06-26 14:45:13 -06:00
parent bb0ea1e0e6
commit 24edd6cbe5
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398
2 changed files with 4 additions and 2 deletions

View file

@ -27,6 +27,8 @@ Feel free to change and share the code.
## changelog
0.70 modernize tabs
0.65 add `darker` Qt5 colorscheme for Kate and installer script, tweak GTK2 theme and Qt5 colorscheme
0.632 fix selected text color

View file

@ -153,7 +153,7 @@ style "default" {
image {
function = EXTENSION
state = NORMAL
file = "../img/tab-active-279.png"
file = "../img/tab-active-270.png"
border = { 2,0,0,0 }
stretch = TRUE
gap_side = RIGHT
@ -500,7 +500,7 @@ style "notebook" {
image {
function = EXTENSION
state = NORMAL
file = "../img/tab-active-279.png"
file = "../img/tab-active-270.png"
border = { 2,0,0,0 }
stretch = TRUE
gap_side = RIGHT