Skip to content

Commit

Permalink
Reduce TOP_MARGIN
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Sep 2, 2024
1 parent e433df9 commit 10d8d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Widgets/BottomSheet.vala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* It has a title label and contents.
*/
public class He.BottomSheet : Gtk.Widget {
private const int TOP_MARGIN = 54;
private const int TOP_MARGIN = 42;
private const int MINIMUM_HEIGHT = 300;
private const int DEFAULT_HEIGHT = 440; // Dialog HIG

Expand Down

0 comments on commit 10d8d34

Please sign in to comment.