Skip to content

Commit

Permalink
Minor style tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
naschmitz authored Jun 12, 2024
1 parent c98630e commit c71d646
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions geemap/map_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
from IPython.core.display import HTML, display

import ee
import ipyevents
import ipytree
import ipywidgets
import ipyevents

from . import common

Expand Down Expand Up @@ -885,11 +885,10 @@ def _remove_confirm_widget(self):
break

def _on_layer_remove_click(self, layer):

self._remove_confirm_widget()

label = ipywidgets.Label(
f"Remove layer?",
"Remove layer?",
layout=ipywidgets.Layout(padding="0px 4px 0px 4px"),
)
yes_button = ipywidgets.Button(
Expand Down

0 comments on commit c71d646

Please sign in to comment.