widgets
Here are 755 public repositories matching this topic...
-
Updated
May 6, 2021 - Swift
-
Updated
Jul 8, 2021 - Java
-
Updated
Jul 6, 2021 - TypeScript
-
Updated
Jul 8, 2021 - TypeScript
Description
[What happened]Specific to windows->In text widget ->for enable scroll-> even when its enabled or disabled when the text is too big the scroll is displayed
Steps to reproduce the behaviour:
Add steps to reproduce this behaviour, include console / network logs & screenshots
- Go to widgets
- Drag and drop the text widget
- In the text add the Paragraph
- Don't
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 5, 2021 - Rust
-
Updated
Jul 8, 2021 - TypeScript
-
Updated
Jul 8, 2021 - JavaScript
-
Updated
Feb 24, 2019 - JavaScript
-
Updated
Jun 22, 2021 - CoffeeScript
-
Updated
Jul 8, 2021 - JavaScript
-
Updated
May 13, 2020 - Dart
-
Updated
Jun 28, 2021 - Lua
-
Updated
Jun 22, 2021 - PLpgSQL
-
Updated
Jul 6, 2021 - TypeScript
-
Updated
Feb 27, 2021 - Vim script
-
Updated
Dec 8, 2016 - JavaScript
-
Updated
Feb 20, 2021 - Kotlin
-
Updated
Jul 7, 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
StyleSheethas a list of functions without a default implementation. Implementing aStyleSheetis 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.