1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-03 06:24:48 -04:00

Rewriting of copyright notices for sdrgui. Fixes #1893

This commit is contained in:
f4exb
2023-11-19 13:31:45 +01:00
parent 439b5d094c
commit b84eea7dc9
224 changed files with 1029 additions and 288 deletions
+5 -2
View File
@@ -1,5 +1,8 @@
///////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2022 Edouard Griffiths, F4EXB //
// Copyright (C) 2012 maintech GmbH, Otto-Hahn-Str. 15, 97204 Hoechberg, Germany //
// written by Christian Daniel //
// Copyright (C) 2015-2020, 2022 Edouard Griffiths, F4EXB <f4exb06@gmail.com> //
// Copyright (C) 2022-2023 Jon Beniston, M7RCE <jon@beniston.com> //
// //
// This program is free software; you can redistribute it and/or modify //
// it under the terms of the GNU General Public License as published by //
@@ -241,7 +244,7 @@ void DeviceGUI::sizeToContents()
QSizePolicy policy = getContents()->sizePolicy();
setSizePolicy(policy);
// If size policy is fixed, hide widgets that resize the window
// If size policy is fixed, hide widgets that resize the window
if ((policy.verticalPolicy() == QSizePolicy::Fixed) && (policy.horizontalPolicy() == QSizePolicy::Fixed))
{
m_shrinkButton->hide();