The Wayback Machine - https://web.archive.org/web/20210813184136/https://github.com/topics/widgets
Skip to content
#

widgets

Here are 779 public repositories matching this topic...

TimUntersberger
TimUntersberger commented Mar 1, 2021

Right now any StyleSheet has a list of functions without a default implementation. Implementing a StyleSheet 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.

impl StyleSheet for Styles {
    fn active(&self) ->
appsmith
SatishGandham
SatishGandham commented Aug 10, 2021

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

![Screenshot 2021-08-10 at 12 39 13 PM](https://user-

lively
PhantomARC
PhantomARC commented Aug 10, 2021

Describe the bug
Window focus isn't captured when loading Godot applications.

To Reproduce
Steps to reproduce the behavior:

  1. Open up Lively Wallpaper
  2. Select a Godot application (which contains mouse tracking)
  3. 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

Improve this page

Add a description, image, and links to the widgets topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the widgets topic, visit your repo's landing page and select "manage topics."

Learn more