]> git.lyx.org Git - features.git/commitdiff
GuiDocument.cpp: change back alignment for column with package names
authorUwe Stöhr <uwestoehr@lyx.org>
Sun, 5 Nov 2017 12:39:09 +0000 (13:39 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Sun, 5 Nov 2017 12:39:09 +0000 (13:39 +0100)
- as discussed in bug #10777 the first column should be left-aligned

src/frontends/qt4/GuiDocument.cpp

index c015b86afc30ebfbb4b83dd4fcf043a62d3cb6ca..002e2ab7877b95e411146e2a77f7ab55001c73bd 100644 (file)
@@ -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%;");