1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-12-18 21:04:43 -05:00

Resizable windows

- Made the credits and license windows resizable
This commit is contained in:
Anthony Wilcox 2019-04-28 06:20:53 -04:00
parent 813aaa991c
commit cd29182f1f
2 changed files with 15 additions and 11 deletions

View file

@ -58,6 +58,7 @@ margin_bottom = 86.0
text = "KEXT"
[node name="CreditsWin" type="AcceptDialog" parent="."]
editor/display_folded = true
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
@ -67,12 +68,11 @@ margin_top = -133.5
margin_right = 174.0
margin_bottom = 133.5
window_title = "KCRE"
resizable = true
[node name="CreditsTxt" type="RichTextLabel" parent="CreditsWin"]
margin_left = 8.0
margin_top = 8.0
margin_right = 340.0
margin_bottom = 231.0
anchor_right = 1.0
anchor_bottom = 1.0
focus_mode = 2
bbcode_enabled = true
bbcode_text = "[center]Created by
@ -119,6 +119,7 @@ margin_bottom = 34.0
window_title = "KSET"
[node name="Grid" type="GridContainer" parent="SettingsWin"]
visible = false
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
@ -154,12 +155,14 @@ margin_top = -137.5
margin_right = 202.0
margin_bottom = 137.5
window_title = "KLIC"
resizable = true
[node name="LicenseTxt" type="RichTextLabel" parent="LicenseWin"]
margin_left = 8.0
margin_top = 8.0
margin_right = 396.0
margin_bottom = 239.0
anchor_left = 0.5
anchor_right = 0.5
margin_left = -194.0
margin_right = 194.0
margin_bottom = 231.0
bbcode_enabled = true
bbcode_text = "Nathan's Dress Up is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.