mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-02-14 22:44:00 +00:00
reformatted to Mozilla code style
This commit is contained in:
committed by
borgmanJeremy
parent
c0e2e48db4
commit
c8d15205be
@@ -16,9 +16,11 @@
|
||||
// along with Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "globalvalues.h"
|
||||
#include <QFontMetrics>
|
||||
#include <QApplication>
|
||||
#include <QFontMetrics>
|
||||
|
||||
int GlobalValues::buttonBaseSize() {
|
||||
return QApplication::fontMetrics().lineSpacing() * 2.2;
|
||||
int
|
||||
GlobalValues::buttonBaseSize()
|
||||
{
|
||||
return QApplication::fontMetrics().lineSpacing() * 2.2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user