-
-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(color): allow changing the size of topbar widgets #5235
Conversation
a5b2221
to
bb95543
Compare
f8a4f24
to
9b8b5a4
Compare
Basic is good... nice and simple ;) Not sure it could be done any better.. sure... could probably be fancier, but probably more complicated to use too. |
SE translation: |
7fdd291
to
ab712c7
Compare
04ea00f
to
b0fbfb6
Compare
Can we get some translations for this please 😃 Will be merged in seven days or when translations complete, whichever comes first.
#define TR_WIDGET_SIZE "Widget size" |
IT |
CZ: Velikost widgetu |
FR:
#define TR_WIDGET_SIZE "Taille Widget"
Le 18 juil. 2024, 05:34, à 05:34, Peter Feerick ***@***.***> a écrit:
…Can we get some translations for this please 😃 Will be merged in seven
days or when translations complete, whichever comes first.
- [ ] @zyren CN / TW
- [ ] @Eldenroot CZ
- [ ] @HThuren DA
- [ ] @ParkerEde / @TheIsotopes / @froqstar DE
- [ ] @Pat6874 FR
- [ ] @robustini IT
- [ ] @ToshihiroMakuuchi JP
- [x] ulfhedlund SE
- [ ] @ajjjjjjjj PL
- [ ] @zandorsp PT
- [ ] @kobakirill RU
- [ ] @elektro-NIK UA
```cpp
#define TR_WIDGET_SIZE "Widget size"
```
--
Reply to this email directly or view it on GitHub:
#5235 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
DE: |
CN #define TR_WIDGET_SIZE "小部件尺寸" TW #define TR_WIDGET_SIZE "小部件尺寸" |
UA |
JP |
77b6d8c
to
8d189f6
Compare
PL #define TR_WIDGET_SIZE "Rozmiar widżetu" |
PT |
DA translation: |
b463cff
to
4547c9b
Compare
4547c9b
to
7507d90
Compare
For those who have asked about long model names in the topbar - this PR + https://github.com/offer-shmuely/edgetx-x10-widgets/blob/master/WIDGETS/ModelName/main.lua works perfectly ;) |
RU |
Allows the user to specify how many slots each widget can occupy.
Each widget size can be set to a multiple of the default size - default is x1 to match current layout.
Default layout:
Adjust layout:
Adjusted main view:
The setup UI is basic so any suggestions for making it nicer appreciated.
TODO: