mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-19 10:58:51 +00:00
Enforce LTR layout (#1102)
This commit is contained in:
parent
c378c7d6f3
commit
bdc684769f
@ -30,6 +30,7 @@ CutterApplication::CutterApplication(int &argc, char **argv) : QApplication(argc
|
|||||||
setApplicationVersion(CUTTER_VERSION_FULL);
|
setApplicationVersion(CUTTER_VERSION_FULL);
|
||||||
setWindowIcon(QIcon(":/img/cutter.svg"));
|
setWindowIcon(QIcon(":/img/cutter.svg"));
|
||||||
setAttribute(Qt::AA_DontShowIconsInMenus);
|
setAttribute(Qt::AA_DontShowIconsInMenus);
|
||||||
|
setLayoutDirection(Qt::LeftToRight);
|
||||||
|
|
||||||
// WARN!!! Put initialization code below this line. Code above this line is mandatory to be run First
|
// WARN!!! Put initialization code below this line. Code above this line is mandatory to be run First
|
||||||
// Load translations
|
// Load translations
|
||||||
|
Loading…
Reference in New Issue
Block a user