Skip to content

Commit

Permalink
fixed: Use standard size for bubble
Browse files Browse the repository at this point in the history
  • Loading branch information
dkramer95 committed Sep 3, 2021
1 parent 8863995 commit f7c212a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* to its original display.
*/
public class FloatingBubbleManager {
private static final int DEFAULT_BUBBLE_SIZE_DP = 80;
private static final int DEFAULT_BUBBLE_SIZE_DP = 56;

private TermuxFloatView mTermuxFloatView;
private final int BUBBLE_SIZE_PX;
Expand Down

0 comments on commit f7c212a

Please # to comment.