Skip to content

Commit

Permalink
Slightly larger text fields to fix clipping on larger fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer committed Feb 12, 2025
1 parent d27d79a commit c97abcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/UI/toolbar/BatteryIndicator.qml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ Item {
FactTextField {
id: threshold1Field
fact: _batterySettings.threshold1
implicitWidth: ScreenTools.defaultFontPixelWidth * 5.5
implicitWidth: ScreenTools.defaultFontPixelWidth * 6
height: ScreenTools.defaultFontPixelHeight * 1.5
enabled: fact.visible
onEditingFinished: {
Expand All @@ -353,7 +353,7 @@ Item {
}
FactTextField {
fact: _batterySettings.threshold2
implicitWidth: ScreenTools.defaultFontPixelWidth * 5.5
implicitWidth: ScreenTools.defaultFontPixelWidth * 6
height: ScreenTools.defaultFontPixelHeight * 1.5
enabled: fact.visible
onEditingFinished: {
Expand Down

0 comments on commit c97abcf

Please sign in to comment.