mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
RTL layout support
This commit is contained in:
@@ -43,6 +43,7 @@ QString ParseSubInfo(const QString &info) {
|
||||
|
||||
GroupItem::GroupItem(QWidget *parent, const QSharedPointer<NekoRay::Group> &ent, QListWidgetItem *item) : QWidget(parent), ui(new Ui::GroupItem) {
|
||||
ui->setupUi(this);
|
||||
this->setLayoutDirection(Qt::LeftToRight);
|
||||
|
||||
this->ent = ent;
|
||||
this->item = item;
|
||||
|
||||
Reference in New Issue
Block a user