From 438ec298791679cb6cc2d600711b145addfb18bd Mon Sep 17 00:00:00 2001 From: RickyRister Date: Fri, 29 Nov 2024 19:33:39 -0800 Subject: [PATCH] move thing --- cockatrice/src/game/zones/view_zone_widget.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cockatrice/src/game/zones/view_zone_widget.cpp b/cockatrice/src/game/zones/view_zone_widget.cpp index d4b5b3b54..1dc8a7ada 100644 --- a/cockatrice/src/game/zones/view_zone_widget.cpp +++ b/cockatrice/src/game/zones/view_zone_widget.cpp @@ -43,7 +43,6 @@ ZoneViewWidget::ZoneViewWidget(Player *_player, // If the number is < 0, then it means that we can give the option to make the area sorted if (numberCards < 0) { - QGraphicsLinearLayout *hPilebox = new QGraphicsLinearLayout(Qt::Horizontal); QGraphicsLinearLayout *hFilterbox = new QGraphicsLinearLayout(Qt::Horizontal); // groupBy options @@ -68,6 +67,8 @@ ZoneViewWidget::ZoneViewWidget(Player *_player, lineProxy->setWidget(line); vbox->addItem(lineProxy); + QGraphicsLinearLayout *hPilebox = new QGraphicsLinearLayout(Qt::Horizontal); + // pile view options QGraphicsProxyWidget *pileViewProxy = new QGraphicsProxyWidget; pileViewProxy->setWidget(&pileViewCheckBox);