mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Further nice-ification of the runtime UI.
This commit is contained in:
@@ -15,17 +15,6 @@
|
||||
#include "pgAdmin4.h"
|
||||
#include "WebViewWindow.h"
|
||||
|
||||
// Define button characters
|
||||
#ifdef _WIN32
|
||||
const QString PGA_BTN_FORWARD = QString(">");
|
||||
const QString PGA_BTN_BACK = QString("<");
|
||||
const QString PGA_BTN_CLOSE = QString("x");
|
||||
#else
|
||||
const QString PGA_BTN_FORWARD = QString("\u2192");
|
||||
const QString PGA_BTN_BACK = QString("\u2190");
|
||||
const QString PGA_BTN_CLOSE = QString("\u2715");
|
||||
#endif
|
||||
|
||||
// Define button sizes
|
||||
#ifdef _WIN32
|
||||
const int PGA_BTN_SIZE = 18;
|
||||
|
||||
Reference in New Issue
Block a user