Skip to content

Commit c09afa9

Browse files
Fix Alignment of Restrict Bounding Box Button (#8388)
* add style to prevent restrict bbox button from floating higher than the other buttons * add changelog
1 parent 7e22520 commit c09afa9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.unreleased.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released
1717

1818
### Fixed
1919
- Fixed a bug that would lock a non existing mapping to an empty segmentation layer under certain conditions. [#8401](https://github.com/scalableminds/webknossos/pull/8401)
20+
- Fixed the alignment of the button that allows restricting floodfill operations to a bounding box. [#8388](https://github.com/scalableminds/webknossos/pull/8388)
2021

2122
### Removed
2223

frontend/javascripts/oxalis/view/action-bar/toolbar_view.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,6 +1380,7 @@ function FloodFillSettings() {
13801380
style={{
13811381
opacity: isRestrictedToBoundingBox ? 1 : 0.5,
13821382
marginLeft: 12,
1383+
display: "inline-block",
13831384
}}
13841385
type={isRestrictedToBoundingBox ? "primary" : "default"}
13851386
onClick={toggleRestrictFloodfillToBoundingBox}

0 commit comments

Comments
 (0)