mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +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:
parent
12f0c18049
commit
fbefba69e2
@ -91,6 +91,7 @@ public class ScrollBarView extends GridLayout implements ObjectFieldMappable {
|
|||||||
|
|
||||||
setPadding(5,5,5,5);
|
setPadding(5,5,5,5);
|
||||||
|
|
||||||
|
setMinimumWidth(300);
|
||||||
setValue(0.0035);
|
setValue(0.0035);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user