Skip to content

Commit

Permalink
Set initial opacity of keyboard to be transparent - fixes #46
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishram1123 committed May 23, 2024
1 parent 1d25a0e commit 4ad392f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions [email protected]/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ class Keyboard extends Dialog {
}

buildUI() {
this.box.set_opacity(0);
this.keys = [];
let monitor = Main.layoutManager.primaryMonitor
var topRowWidth = Math.round((monitor.width - 40 - this.settings.get_int("snap-spacing-px") * 2) * this.widthPercent / 15)
Expand Down

0 comments on commit 4ad392f

Please sign in to comment.