widgets
Here are 779 public repositories matching this topic...
-
Updated
Aug 3, 2021 - Swift
-
Updated
Aug 13, 2021 - Java
-
Updated
Aug 5, 2021 - TypeScript
-
Updated
Aug 13, 2021 - TypeScript
Description
Right now property pane max height is set to static 600px. When the view port is shorter than 600px, there is no way to see the header of the property pane.
Steps to reproduce the behaviour:
Resize the browser so that the height is less than 700px, and open table or chart property pane. You will not see the header

- See that the object in question is not reacting/moving to cursor.
Expected behavior
I expected the mouse position to update (as well as the window to come into
-
Updated
Jul 23, 2021 - Rust
-
Updated
Aug 13, 2021 - TypeScript
-
Updated
Aug 5, 2021 - JavaScript
-
Updated
Feb 24, 2019 - JavaScript
-
Updated
Aug 10, 2021 - CoffeeScript
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Jul 13, 2021 - Dart
-
Updated
Aug 3, 2021 - Lua
-
Updated
Aug 3, 2021 - TypeScript
-
Updated
Jun 22, 2021 - PLpgSQL
-
Updated
Feb 27, 2021 - Vim script
-
Updated
Dec 8, 2016 - JavaScript
-
Updated
Feb 20, 2021 - Kotlin
-
Updated
Aug 12, 2021 - Swift
Improve this page
Add a description, image, and links to the widgets topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the widgets topic, visit your repo's landing page and select "manage topics."
Right now any
StyleSheet
has a list of functions without a default implementation. Implementing aStyleSheet
is really annoying, because you have to override all of the functions and not just the thing you want to change.I recently wanted to just change the border_radius of a text_input and I had to write the following code.