Skip to content

Commit 10d8d34

Browse files
committed
Reduce TOP_MARGIN
1 parent e433df9 commit 10d8d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Widgets/BottomSheet.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* It has a title label and contents.
2424
*/
2525
public class He.BottomSheet : Gtk.Widget {
26-
private const int TOP_MARGIN = 54;
26+
private const int TOP_MARGIN = 42;
2727
private const int MINIMUM_HEIGHT = 300;
2828
private const int DEFAULT_HEIGHT = 440; // Dialog HIG
2929

0 commit comments

Comments
 (0)