mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
GuiDocument.cpp: change back alignment for column with package names
- as discussed in bug #10777 the first column should be left-aligned
(cherry picked from commit 56670d7322
)
This commit is contained in:
parent
eb172be29b
commit
91a15383f9
@ -1252,8 +1252,7 @@ GuiDocument::GuiDocument(GuiView & lv)
|
||||
mathsModule->packagesTW->setCellWidget(i, 1, autoRB);
|
||||
mathsModule->packagesTW->setCellWidget(i, 2, alwaysRB);
|
||||
mathsModule->packagesTW->setCellWidget(i, 3, neverRB);
|
||||
//center the table contents
|
||||
pack->setTextAlignment(Qt::AlignHCenter);
|
||||
//center the radio buttons
|
||||
autoRB->setStyleSheet("margin-left:50%; margin-right:50%;");
|
||||
alwaysRB->setStyleSheet("margin-left:50%; margin-right:50%;");
|
||||
neverRB->setStyleSheet("margin-left:50%; margin-right:50%;");
|
||||
|
Loading…
Reference in New Issue
Block a user