mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
GuiDocument.cpp: change back alignment for column with package names
- as discussed in bug #10777 the first column should be left-aligned
This commit is contained in:
parent
4ec80c1865
commit
56670d7322
@ -1249,8 +1249,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