Skip to content

Commit 6bf7110

Browse files
committed
Fix Energy Cal tool column width for languages whose text is a bit shorter.
1 parent 34f6c73 commit 6bf7110

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

InterSpec_resources/EnergyCalTool.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@
7272
}
7373

7474

75+
.EnergyCalTool .MoreActionsMenuContent
76+
{
77+
min-width: 120px; /* So the help and CALp download/upload buttons will fit, even for languages where the text is narrow. */
78+
}
79+
7580
.EnergyCalTool .ApplyToItem
7681
{
7782

InterSpec_resources/app_text/InterSpec.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,7 @@
592592
<message id="lang-tr">Türkçe</message>
593593
<message id="lang-ar">العربية</message>
594594
<message id="lang-hu">Magyar</message>
595+
<message id="lang-id">Bahasa Indonesia</message>
595596

596597

597598
<!-- An incomplete list of possible countries - mapping the two letter code we receive as part of
@@ -610,6 +611,7 @@
610611
<message id="country-TW">台灣</message>
611612
<message id="country-IN">भारत</message>
612613
<message id="country-BD">বাংলাদেশ</message>
614+
<message id="country-ID">Indonesia</message>
613615
<message id="country-BR">Brasil</message>
614616
<message id="country-PT">Portugal</message>
615617
<message id="country-RU">Россия</message>

0 commit comments

Comments
 (0)