Giter Club home page Giter Club logo

Comments (3)

tavatir avatar tavatir commented on June 20, 2024 1

My workaround:

--- [email protected]/noteBox.js	2021-11-20 17:00:52.000000000 +0300
+++ [email protected]_updated/noteBox.js	2022-05-10 11:32:36.254579757 +0300
@@ -91,6 +91,7 @@
 			track_hover: true,
 			x_expand: true,
 			style_class: 'notesTextField',
+			y_align: Clutter.ActorAlign.START,
 		});
 		let clutterText = this.noteEntry.get_clutter_text();
 		clutterText.set_single_line_mode(false);
@@ -346,7 +348,7 @@
 	}
 
 	_applyNoteStyle () {
-		let temp = 'background-color: rgba(' + this.customColor + ', 0.8);';
+		let temp = 'background-color: rgba(' + this.customColor + ', 0);';
 		if(this._fontColor != '') {
 			temp += 'color: ' + this._fontColor + ';';
 		}
@@ -354,6 +356,7 @@
 			temp += 'font-size: ' + this._fontSize + 'px;';
 		}
 		this.noteEntry.style = temp;
+		this._entryBox.style = 'background-color: rgba(' + this.customColor + ', 0.8);';
 	}
 
 	_getKeyFocus () {

from notes-extension-gnome.

JPnux avatar JPnux commented on June 20, 2024

same wish !

from notes-extension-gnome.

floe avatar floe commented on June 20, 2024

Seconded.

from notes-extension-gnome.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.