mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-02-12 21:44:06 +00:00
Code refactoring - change code style to the new clang-format rules
This commit is contained in:
@@ -16,9 +16,10 @@
|
||||
// along with Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "globalvalues.h"
|
||||
#include <QFontMetrics>
|
||||
#include <QApplication>
|
||||
#include <QFontMetrics>
|
||||
|
||||
int GlobalValues::buttonBaseSize() {
|
||||
int GlobalValues::buttonBaseSize()
|
||||
{
|
||||
return QApplication::fontMetrics().lineSpacing() * 2.2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user