summaryrefslogtreecommitdiff
path: root/Aktywator/MainForm.cs
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-08-24 22:35:58 +0200
committeremkael <emkael@tlen.pl>2017-08-24 22:35:58 +0200
commit39a139c8634c180d91d8da195f60b61b4c5c6a27 (patch)
tree725e3e6a706ac5dfea184bf577904048e480a131 /Aktywator/MainForm.cs
parenta5c92d1b100e70373ba434b5a0d31b81ca845f3b (diff)
A bit of formatting for section selector
Diffstat (limited to 'Aktywator/MainForm.cs')
-rw-r--r--Aktywator/MainForm.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Aktywator/MainForm.cs b/Aktywator/MainForm.cs
index 0187e84..fb8501b 100644
--- a/Aktywator/MainForm.cs
+++ b/Aktywator/MainForm.cs
@@ -82,7 +82,7 @@ namespace Aktywator
{
cbSettingsSection.SelectedIndex = 0;
foreach (string section in sections.Split(',')) {
- cbSettingsSection.Items.Add(bws.sectorNumberToLetter(Int32.Parse(section.Trim())));
+ cbSettingsSection.Items.Add(" " + bws.sectorNumberToLetter(Int32.Parse(section.Trim())) + " ");
}
}