From 465bfd5d7e53f3eee9de2245a8b2d7bc7d742d0f Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Thu, 23 May 2019 23:01:30 -0700 Subject: [PATCH] Fix README appearance --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 16edbd3..44b7d2d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Potion -A Rust GUI Framework +Alchemy - A Rust GUI Framework ========================================================== [![Gitter](https://badges.gitter.im/alchemy-rs/alchemy.svg)](https://gitter.im/alchemy-rs/alchemy) @@ -19,7 +19,7 @@ Alchemy will, ideally, support the platforms listed below. At the moment, the `C - `cocoa-touch`, which provides backing widgets, windows and assorted frameworks for `iOS`. - `gtk`, which affords a `GTK` layer. This is mostly intended for GNOME users; if you'd like to run it elsewhere, you're on your own. - `qt`, which affords a `Qt` layer. This is mostly indended for `KDE` users; if you'd like to run it elsewhere, you're on your own. -- `uwp`, which affords a `"UWP"` layer for Microsoft platforms that support it. This is a bit of a hack, provided by linking into the [microsoft/WinObjC](https://github.com/Microsoft/WinObjC/) framework, originally inteded for porting `iOS` applications to `UWP`. Down the road, if or when a proper `UWP` library for Rust surfaces, I'd be happy to look at replacing this. +- `uwp`, which affords a `"UWP"` layer for Microsoft platforms that support it. This is a bit of a hack, provided by linking into the [microsoft/WinObjC](https://github.com/Microsoft/WinObjC/) framework, originally intended for porting `iOS` applications to `UWP`. Down the road, if or when a proper `UWP` library for Rust surfaces, I'd be happy to look at replacing this. Support for more platforms is desired - for example, I think an [`OrbTk`](https://gitlab.redox-os.org/redox-os/orbtk) or [`Piston`](https://www.piston.rs) backend could be cool to see. A [`winapi-rs`](https://github.com/retep998/winapi-rs) backend could be cool, too! @@ -67,8 +67,8 @@ fn main() { background-color: #307ace; width: 300; height: 300; - margin: 10; - padding: 10; + margin-top: 10; + padding-top: 10; } innerbox {