-
Updated
Sep 2, 2021 - C#
user-interface
Here are 1,155 public repositories matching this topic...
-
Updated
Sep 2, 2021 - C#
-
Updated
Aug 8, 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
Aug 28, 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
Aug 26, 2021 - Ruby
-
Updated
Jul 12, 2021 - C#
-
Updated
Jul 13, 2021 - Riot
-
Updated
Aug 26, 2021 - ActionScript
-
Updated
Aug 22, 2021 - CSS
-
Updated
Apr 1, 2021 - C#
-
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
Sep 1, 2021 - JavaScript
-
Updated
Sep 1, 2021 - Dart
-
Updated
Sep 30, 2017 - Scala
-
Updated
Nov 13, 2017 - Swift
-
Updated
Aug 15, 2021 - C++
-
Updated
Feb 14, 2020 - C++
-
Updated
Aug 10, 2021 - C
-
Updated
Aug 5, 2021 - C++
-
Updated
Mar 31, 2021 - Swift
We had a regression bug in tonic
that was not caught by our tests.
Our tests are very unit focused.
Having examples and being able to write integration tests against example apps that consist of multiple components working together should get us decent regression tests.
This depends upon #10
Create example apps
-
Updated
Aug 26, 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.