Skip to content

Commit

Permalink
Padding issue on toolbar buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
jsaq007 committed Dec 19, 2023
1 parent 2772787 commit ab7ea05
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,8 @@ qx.Theme.define("osparc.theme.Appearance", {
textColor: textColor,
cursor: cursor,
decorator: decorator,
margin: margin
margin: margin,
padding: 5
};
}
},
Expand Down

0 comments on commit ab7ea05

Please sign in to comment.