mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
[AFV] Ref T730, changed/added settings for AFV and allow still to use old swift notifications
This commit is contained in:
@@ -35,7 +35,7 @@ namespace BlackGui
|
||||
|
||||
QSize CCockpitInfoAreaComponent::getPreferredSizeWhenFloating(int areaIndex) const
|
||||
{
|
||||
Q_UNUSED(areaIndex);
|
||||
Q_UNUSED(areaIndex)
|
||||
return QSize(600, 400);
|
||||
}
|
||||
|
||||
@@ -44,12 +44,9 @@ namespace BlackGui
|
||||
InfoArea area = static_cast<InfoArea>(areaIndex);
|
||||
switch (area)
|
||||
{
|
||||
case InfoAreaAudio:
|
||||
return CIcons::appAudio16();
|
||||
case InfoAreaVoiceRooms:
|
||||
return CIcons::appVoiceRooms16();
|
||||
default:
|
||||
return CIcons::empty();
|
||||
case InfoAreaAudio: return CIcons::appAudio16();
|
||||
case InfoAreaVoiceRooms: return CIcons::appVoiceRooms16();
|
||||
default: return CIcons::empty();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user