Skip to content

Commit

Permalink
lower minimum window height for ResolveConflictsDialog
Browse files Browse the repository at this point in the history
Signed-off-by: Jyrki Gadinger <[email protected]>
  • Loading branch information
nilsding authored and mgallien committed Feb 7, 2025
1 parent 1a2e295 commit d0c3b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/Style/Style.qml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ QtObject {
readonly property int bigFontPixelSizeResolveConflictsDialog: 20
readonly property int fontPixelSizeResolveConflictsDialog: 15
readonly property int minimumWidthResolveConflictsDialog: 600
readonly property int minimumHeightResolveConflictsDialog: 800
readonly property int minimumHeightResolveConflictsDialog: 500

readonly property double smallIconScaleFactor: 0.6

Expand Down

0 comments on commit d0c3b29

Please sign in to comment.