Skip to content

Commit

Permalink
fix: layer in overlay_control
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Apr 23, 2019
1 parent 5664af4 commit 839a504
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
20 changes: 8 additions & 12 deletions Meetio.json
Original file line number Diff line number Diff line change
Expand Up @@ -1097,10 +1097,6 @@
25
],
"layer1.opacity": 1,
"layer.tint": [
"background",
1
],
"content_margin": [
12,
4,
Expand Down Expand Up @@ -1701,6 +1697,14 @@
"color": "var(statusbarLabelColor)",
"font.bold": "var(statusbarLabelBold)"
},
{
"class": "title_bar",
"settings": [
"meetio_titlebar"
],
"bg": "var(titleBarBackground)",
"fg": "var(titleBarColor)"
},
{
"class": "tabset_control",
"layer0.opacity": 1,
Expand Down Expand Up @@ -2058,14 +2062,6 @@
],
"layer0.opacity": 0.8
},
{
"class": "title_bar",
"settings": [
"meetio_titlebar"
],
"bg": "var(titleBarBackground)",
"fg": "var(titleBarColor)"
},
{
"class": "tool_tip_control",
"layer0.tint": "var(tooltipBackground)",
Expand Down
1 change: 0 additions & 1 deletion src/themes/files/panels.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"layer1.texture": "Meetio/assets/default/quick_panel_background.png",
"layer1.inner_margin": [16, 0, 16, 25],
"layer1.opacity": 1,
"layer.tint": ["background", 1],
"content_margin": [12, 4, 13, 28]
},
{
Expand Down

0 comments on commit 839a504

Please sign in to comment.