Skip to content

Commit

Permalink
Fixed dialog popup theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrlabs committed Nov 6, 2023
1 parent 7aceca3 commit f6af664
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions lorien/UI/Dialogs/SettingsDialog.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ theme = ExtResource( 1 )
popup_exclusive = true
window_title = "SETTINGS_TITLE"
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}

[node name="MarginContainer" type="MarginContainer" parent="."]
anchor_right = 1.0
Expand Down
2 changes: 1 addition & 1 deletion lorien/UI/Themes/theme_dark.tres
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ border_width_left = 1
border_width_top = 24
border_width_right = 1
border_width_bottom = 1
border_color = Color( 0.329412, 0.329412, 0.329412, 1 )
border_color = Color( 0.207843, 0.211765, 0.227451, 1 )
corner_radius_top_left = 1
corner_radius_top_right = 1
corner_radius_bottom_right = 1
Expand Down

0 comments on commit f6af664

Please sign in to comment.