We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f3b77 commit 621f393Copy full SHA for 621f393
2 files changed
guiComponents.ts
@@ -1,4 +1,5 @@
1
2
+//% block="MicroGUI" weight=100, color=#000A83
3
namespace microgui {
4
import AppInterface = user_interface_base.AppInterface
5
import Scene = user_interface_base.Scene
@@ -29,6 +30,8 @@ namespace microgui {
29
30
* This Bounds object is the extent of the component.
31
* See getLeftAndTop in GUIComponentAbstract for how this is calculated.
32
*/
33
+
34
+ //% block="Alignment" weight=100, color=#FF5733
35
export const enum GUIComponentAlignment {
36
TOP,
37
LEFT,
package.json
0 commit comments