Skip to content

Commit df2dabb

Browse files
committed
Embiggen buttons
1 parent 405c50c commit df2dabb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Interface/Application/SCIRunMainWindow.cc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,6 @@ void SCIRunMainWindow::setupSubnetItem(QTreeWidgetItem* fave, bool addToMap, con
13441344
auto dualPushButtons = new QWidget();
13451345
auto hLayout = new QHBoxLayout();
13461346
auto delButton = new QToolButton();
1347-
13481347
delButton->setIcon(QPixmap(":/general/Resources/delete_red.png"));
13491348
delButton->setToolTip("Delete");
13501349
connect(delButton, SIGNAL(clicked()), this, SLOT(removeSavedSubnetwork()));
@@ -1359,9 +1358,9 @@ void SCIRunMainWindow::setupSubnetItem(QTreeWidgetItem* fave, bool addToMap, con
13591358
hLayout->addWidget(renButton);
13601359
dualPushButtons->setLayout(hLayout);
13611360
#ifdef WIN32
1362-
int subnetHeight = 30;
1361+
int subnetHeight = 40;
13631362
#else
1364-
int subnetHeight = 35;
1363+
int subnetHeight = 45;
13651364
#endif
13661365
dualPushButtons->setMaximumHeight(subnetHeight);
13671366

0 commit comments

Comments
 (0)