Skip to content

Commit

Permalink
fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha committed Jan 12, 2025
1 parent b1d759f commit 2e454f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions los_tools/gui/dialogs/dialog_raster_validations.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ def init_gui(self):
group_box.setLayout(group_layout)

group_layout.addRow(self.select_point)
group_layout.addRow(QLabel("Selected point"))
group_layout.addRow(self.point_coordinate)
group_layout.addRow("Selected point", self.point_coordinate)
group_layout.addRow("Value sampled from", self.sampled_from_raster)
group_layout.addRow("Sampled value", self.sampled_value)

Expand Down

0 comments on commit 2e454f6

Please sign in to comment.