mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 19:55:53 +01:00
Cosmetics
This commit is contained in:
parent
98dd8c264c
commit
cb77cc37c4
@ -613,17 +613,17 @@ void GUI::paths()
|
|||||||
msgBox.setWindowTitle(tr("Paths"));
|
msgBox.setWindowTitle(tr("Paths"));
|
||||||
msgBox.setText("<h3>" + tr("Paths") + "</h3>");
|
msgBox.setText("<h3>" + tr("Paths") + "</h3>");
|
||||||
msgBox.setInformativeText(
|
msgBox.setInformativeText(
|
||||||
"<style>td {white-space: pre; padding-right: 1.5em;}</style>"
|
"<style>td {white-space: pre; padding-right: 1em;}</style>"
|
||||||
"<div><table><tr><td>" + tr("Map directory") + "</td><td><code>"
|
"<div><table><tr><td>" + tr("Map directory:") + "</td><td><code>"
|
||||||
+ GLOBAL_MAP_DIR + "</code></td></tr><tr><td>" + tr("POI directory")
|
+ GLOBAL_MAP_DIR + "</code></td></tr><tr><td>" + tr("POI directory:")
|
||||||
+ "</td><td><code>" + GLOBAL_POI_DIR + "</code></td></tr><tr><td>"
|
+ "</td><td><code>" + GLOBAL_POI_DIR + "</code></td></tr><tr><td>"
|
||||||
+ tr("GCS file") + "</td><td><code>" + GLOBAL_GCS_FILE
|
+ tr("GCS file:") + "</td><td><code>" + GLOBAL_GCS_FILE
|
||||||
+ "</code></td></tr><tr><td>" + tr("PCS file") + "</td><td><code>"
|
+ "</code></td></tr><tr><td>" + tr("PCS file:") + "</td><td><code>"
|
||||||
+ GLOBAL_PCS_FILE + "</code></td></tr><tr><td>" + tr("Ellipsoids file")
|
+ GLOBAL_PCS_FILE + "</code></td></tr><tr><td>" + tr("Ellipsoids file:")
|
||||||
+ "</td><td><code>" + GLOBAL_ELLIPSOID_FILE
|
+ "</td><td><code>" + GLOBAL_ELLIPSOID_FILE
|
||||||
+ "</code></td></tr>" + "<tr><td></td><td></td></tr><tr><td>"
|
+ "</code></td></tr>" + "<tr><td></td><td></td></tr></table></div>"
|
||||||
+ tr("User directory") + "</td><td><code>" + USER_DIR
|
"<div><table><tr><td>" + tr("User override directory:")
|
||||||
+ "</td></tr></table></div>"
|
+ "</td><td><code>" + USER_DIR + "</td></tr></table></div>"
|
||||||
);
|
);
|
||||||
|
|
||||||
msgBox.exec();
|
msgBox.exec();
|
||||||
|
Loading…
Reference in New Issue
Block a user