Prelim: Further work on GTK2 notebook

This commit is contained in:
Rory Fewell
2023-02-23 21:11:58 +00:00
parent d410c4e278
commit 854235710d
4 changed files with 14 additions and 14 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 B

View File

@@ -809,10 +809,10 @@ style "default" {
image {
function = BOX_GAP
detail = "notebook"
file = "../Resources/gtk-2.0/frame_tabs.png"
border = {1, 1, 1, 1}
file = "../Resources/composed/notebook_frame_border.png"
border = {1, 2, 1, 2}
stretch = TRUE
gap_file = "../Resources/gtk-2.0/tab_vert_gap.png"
gap_file = "../Resources/composed/tab_vert_gap.png"
gap_border = {1, 0, 1, 1}
gap_side = LEFT
}
@@ -820,10 +820,10 @@ style "default" {
image {
function = BOX_GAP
detail = "notebook"
file = "../Resources/gtk-2.0/frame_tabs.png"
border = {1, 1, 1, 1}
file = "../Resources/composed/notebook_frame_border.png"
border = {1, 2, 1, 2}
stretch = TRUE
gap_file = "../Resources/gtk-2.0/tab_vert_gap.png"
gap_file = "../Resources/composed/tab_vert_gap.png"
gap_border = {0, 1, 1, 1}
gap_side = RIGHT
}
@@ -831,10 +831,10 @@ style "default" {
image {
function = BOX_GAP
detail = "notebook"
file = "../Resources/gtk-2.0/frame_tabs.png"
border = {1, 1, 1, 1}
file = "../Resources/composed/notebook_frame_border.png"
border = {1, 2, 1, 2}
stretch = TRUE
gap_file = "../Resources/gtk-2.0/tab_horz_gap.png"
gap_file = "../Resources/composed/tab_horz_gap.png"
gap_border = {1, 1, 1, 0}
gap_side = TOP
}
@@ -842,10 +842,10 @@ style "default" {
image {
function = BOX_GAP
detail = "notebook"
file = "../Resources/gtk-2.0/frame_tabs.png"
border = {1, 1, 1, 1}
file = "../Resources/composed/notebook_frame_border.png"
border = {1, 2, 1, 2}
stretch = TRUE
gap_file = "../Resources/gtk-2.0/tab_horz_gap.png"
gap_file = "../Resources/composed/tab_horz_gap.png"
gap_border = {1, 1, 0, 1}
gap_side = BOTTOM
}
@@ -854,8 +854,8 @@ style "default" {
image {
function = BOX
detail = "notebook"
file = "../Resources/gtk-2.0/frame_tabs.png"
border = {1, 1, 1, 1}
file = "../Resources/composed/notebook_frame_border.png"
border = {1, 2, 1, 2}
stretch = TRUE
}