Skip to content
Snippets Groups Projects
Commit a913e25f authored by Seth ProductEngine's avatar Seth ProductEngine
Browse files

STORM-289 FIXED browser navigation bar layout to make it resize properly after minimize/restore.

When floater media browser is minimized its button bars are shrunk to zero height and their height is not restored upon unminimizing because they have auto_resize disabled. Setting min_height for the button bars makes them restored with this height upon uminimizing the floater.
parent ae093075
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@
height="20"
layout="topleft"
left="0"
min_height="20"
name="nav_controls"
top="400"
user_resize="false"
......@@ -106,6 +107,7 @@
height="20"
layout="topleft"
left_delta="0"
min_height="20"
name="time_controls"
top_delta="0"
user_resize="false"
......@@ -163,6 +165,7 @@
height="20"
layout="topleft"
left_delta="0"
min_height="20"
name="parcel_owner_controls"
top_delta="0"
user_resize="false"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment