mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
- Styled texts - don't put all the properties of the text items in one long line, makes the code more readable and is in line with coding style used throughout. - button and profile move into their own items, button moves to the right (it's more of a contextual item, so it's better placed top right, further more, a control is generally easier to reach on the right without covering information unnecessarily. Code-wise, it's also a more logical encapsulation. - dpi-aware sizing of dive profile, use units.gridUnit instead of hard-coded pixels. Signed-off-by: Sebastian Kügler <sebas@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |
||
|---|---|---|
| .. | ||
| components | ||
| theme | ||
| CloudStorage.qml | ||
| DiveDetails.qml | ||
| DiveList.qml | ||
| DownloadFromDiveComputer.qml | ||
| Log.qml | ||
| main.qml | ||
| mobile-resources.qrc | ||
| Preferences.qml | ||
| StartPage.qml | ||
| TextButton.qml | ||
| ThemeTest.qml | ||
| TopBar.qml | ||