1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

AndroidGCS: For now force the min width of the ScrollBarView to 300dp

Because I don't know how to make it automatically expand to fill the columns.
This makes it get close until multiple layout sizes.
This commit is contained in:
James Cotton 2012-08-29 22:00:46 -05:00
parent 12f0c18049
commit fbefba69e2

View File

@ -91,6 +91,7 @@ public class ScrollBarView extends GridLayout implements ObjectFieldMappable {
setPadding(5,5,5,5);
setMinimumWidth(300);
setValue(0.0035);
}