Skip to content

Commit

Permalink
software/talipot.qss: Increase top margin of expanded groupbox
Browse files Browse the repository at this point in the history
  • Loading branch information
anlambert committed Nov 22, 2024
1 parent 0ff5409 commit 6adb171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions software/talipot/resources/style/talipot.qss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
*
* Copyright (C) 2020-2023 The Talipot developers
* Copyright (C) 2020-2024 The Talipot developers
*
* Talipot is a fork of Tulip, created by David Auber
* and the Tulip development Team from LaBRI, University of Bordeaux
Expand Down Expand Up @@ -701,7 +701,7 @@ QFrame[header="true"] QComboBox QAbstractItemView {
}

ExpandableGroupBox[expanded="true"] {
margin-top: 1.5px;
margin-top: 5px;
}

ExpandableGroupBox[expanded="false"] {
Expand Down

0 comments on commit 6adb171

Please sign in to comment.