Skip to content

Commit

Permalink
tunnel: smoother tor view (fixes #2052) (#2055)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
xyb994 and dogi authored Jun 18, 2024
1 parent c65ad9d commit f35b94b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/res/layout/dialog_tor_ports.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@
android:layout_width="30dp"
android:layout_height="24dp"
android:layout_marginStart="304dp"
android:layout_marginLeft="304dp"
android:background="@null"
android:scaleType="fitEnd"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="@+id/textView2"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="1.0"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
Expand Down

0 comments on commit f35b94b

Please sign in to comment.