Fix: Profile dropdown label truncated too early before icon

This commit is contained in:
_Neo_ 2026-07-15 04:06:38 +03:00 committed by Gabriel
parent 28906453d8
commit ea4aed37ac

View file

@ -102,7 +102,7 @@
HorizontalAlignment="Stretch"
VerticalAlignment="Center"
MaxHeight="32"
Padding="12,0,44,0"
Padding="12,0,15,0"
IsEnabled="{Binding ShowSettings}"
SelectedItem="{Binding ChosenProfile, Mode=TwoWay}"
SelectionChanged="ComboBox_SelectionChanged"