ogoffart
b25ae6fbcd
Bump version number to 0.1.5
2021-10-26 07:36:54 +00:00
ogoffart
77fcd5221b
Bump version number to 0.1.4
2021-10-07 09:36:43 +00:00
Simon Hausmann
7102f9b997
Fix standard button OK text
...
Ok -> OK
2021-10-06 16:16:39 +02:00
Simon Hausmann
b3a5cfb74d
Fix typo in about widget text
2021-10-05 23:16:46 +02:00
Simon Hausmann
29f9dd5f5c
Minor cleanup in about widget
...
Remove the copyright statement, as it may give a misleading
impression about the copyright of the app.
2021-10-05 23:16:46 +02:00
Simon Hausmann
4a26faef9a
Add AboutSixtyFPS element
2021-10-05 23:16:46 +02:00
Olivier Goffart
671df0f24f
New widget: StandardButton
2021-09-29 16:25:44 +02:00
Simon Hausmann
e8803a604e
Fix minimum size of line edit with placeholder text
...
A simple demonstrative test-case like
```
export App := Window {
VerticalBox {
LineEdit {
placeholder-text: "Enter your name here";
}
Button {
text: "Submit";
}
}
}
```
would not be wide enough - the place holder text would not be visible.
2021-09-07 11:57:31 +02:00
Olivier Goffart
cbf22d494e
TextEdit
2021-09-06 21:52:12 +02:00
Olivier Goffart
a28bc7c629
Refactor the way the builtin files are loaded
...
So that we can share some code accross styles
2021-09-03 22:31:54 +02:00