fix typo in 270-rotated tabs bg image for gtk2
This commit is contained in:
parent
bb0ea1e0e6
commit
24edd6cbe5
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue