widgets
Here are 761 public repositories matching this topic...
-
Updated
May 6, 2021 - Swift
-
Updated
Jul 20, 2021 - Java
-
Updated
Jul 19, 2021 - TypeScript
-
Updated
Jul 20, 2021 - TypeScript
Steps to reproduce:
- Navigate to datsources
- Select Aarango DB
- Add necessary details
- Navigate to SSL expand
- Click on the dropdown
and observe
Observation:
It is observed that the grey spacing is added when a user tries to add data from the dropdown
Expectation:
It is expected that the grey spacing must not be displayed and page must be expanded
![Screenshot 2021-07
Describe the bug
When Multiplicity is running alongside Lively Wallpaper, changing to the client machine causes the program to exit, leaving the system tray icon until pointed at.
To Reproduce
Steps to reproduce the behavior:
- Run Multiplicity while Lively Wallpaper is also running.
- Attempt to move the mouse to the client by going off the edge of the screen, similar to having t
-
Updated
Jul 18, 2021 - Rust
-
Updated
Jul 20, 2021 - TypeScript
-
Updated
Jul 19, 2021 - JavaScript
-
Updated
Feb 24, 2019 - JavaScript
-
Updated
Jun 22, 2021 - CoffeeScript
-
Updated
Jul 20, 2021 - JavaScript
-
Updated
Jul 13, 2021 - Dart
-
Updated
Jun 28, 2021 - Lua
-
Updated
Jul 6, 2021 - TypeScript
-
Updated
Jun 22, 2021 - PLpgSQL
-
Updated
Feb 27, 2021 - Vim script
-
Updated
Dec 8, 2016 - JavaScript
-
Updated
Feb 20, 2021 - Kotlin
-
Updated
Jul 19, 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.