Remove empty terminal black areas

- Hide the terminal output viewport when there are no output lines on a newly loaded level.
- Reduce the minimum output history height so short output does not create a large empty black panel.
- Use the pane surface color for the app background so normal spacing between cards is not black.
This commit is contained in:
Joe Tretter
2026-05-13 17:40:48 -05:00
parent 0fb73f869c
commit dec1340082
3 changed files with 33 additions and 27 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId = "solutions.tretter.githugandroid"
minSdk = 26
targetSdk = 35
versionCode = 140
versionName = "0.1.139"
versionCode = 141
versionName = "0.1.140"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true