-
Updated
Jul 23, 2021 - C#
user-interface
Here are 1,129 public repositories matching this topic...
-
Updated
Jul 25, 2021 - C#
-
Updated
Jul 13, 2021 - Go
Description of Change
Update Font Header size in iOS.
The original values are from: https://material.io/develop/android/theming/typography/
But, the Header value, 96, seem really really high especially when compared to iOS and UWP.
This PR update the value comparing values with iOS.
Issues Resolved
- fixes #11194
API Changes
None
Platforms Af
I'm trying to automate the interaction with WindowsTerminal. It seems to be a UWP application, which I have no idea how to start such application directly using Application().start
. I've tried to locate it using Desktop
, but got quite confused..
Any help on this?
-
Updated
Jul 13, 2021 - Python
Nothing happens at the moment when clicking the form help: https://tabler-react.com/form-elements (It's next to the zip code box).
<Form.Help message={<><p>ZIP Code must be US or CDN format. You can use an extended ZIP+4 code to determine address more accurately.</p><p class="mb-0"><a href="#">USP ZIP codes lookup tools</a></p></>} />
-
Updated
Jul 21, 2021 - Ruby
-
Updated
Jul 12, 2021 - C#
-
Updated
Mar 24, 2021 - ActionScript
-
Updated
Jul 13, 2021 - Riot
-
Updated
Apr 1, 2021 - C#
-
Updated
Jul 23, 2021 - CSS
-
Updated
Mar 28, 2020 - C#
-
Updated
Feb 21, 2021 - Kotlin
In the current README, so far I've gone over the very basics. Not all features have been covered, and there is little talk about httpu packages. Maybe some wiki pages, and some more details on the README would be helpful. Also a much better example video / gif is needed, the one I made is pretty bad.
-
Updated
Jul 1, 2021 - JavaScript
-
Updated
Jul 17, 2021 - Dart
-
Updated
Sep 30, 2017 - Scala
-
Updated
Nov 13, 2017 - Swift
-
Updated
Feb 14, 2020 - C++
-
Updated
Jul 12, 2021 - C++
-
Updated
Jun 14, 2021 - C
-
Updated
May 10, 2021 - C++
-
Updated
Mar 31, 2021 - Swift
-
Updated
May 7, 2021 - Elm
-
Updated
Jul 25, 2021 - C++
Improve this page
Add a description, image, and links to the user-interface topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the user-interface 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.