mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Fixed QLINE_MIN_WIDTH warning on mac
This commit is contained in:
parent
a934ffb1d7
commit
e9a01a39a2
1 changed files with 0 additions and 1 deletions
|
@ -814,7 +814,6 @@ void sendFakeEnterEvent() {
|
|||
QCoreApplication::sendEvent(glWidget, &enterEvent);
|
||||
}
|
||||
|
||||
const int QLINE_MINIMUM_WIDTH = 400;
|
||||
const float DIALOG_RATIO_OF_WINDOW = 0.30f;
|
||||
|
||||
void Menu::loginForCurrentDomain() {
|
||||
|
|
Loading…
Reference in a new issue