GUI: Fix a typo in the low resolution theme layouts

This caused a crash when opening to options dialog in low resolution.
This commit is contained in:
Bastien Bouclet 2016-09-13 14:22:18 +02:00
parent d059f3b7d6
commit cd803d7ca7
5 changed files with 3 additions and 3 deletions

View File

@ -2705,7 +2705,7 @@ const char *defaultXML1 = "<?xml version = '1.0'?>"
"<widget name='RootPathButton' "
"type='Button' "
"/>"
"<widget name='RootPathPath' "
"<widget name='RootPath' "
"height='Globals.Line.Height' "
"/>"
"<widget name='RootPathClearButton' "

Binary file not shown.

View File

@ -600,7 +600,7 @@
<widget name = 'RootPathButton'
type = 'Button'
/>
<widget name = 'RootPathPath'
<widget name = 'RootPath'
height = 'Globals.Line.Height'
/>
<widget name = 'RootPathClearButton'

Binary file not shown.

View File

@ -598,7 +598,7 @@
<widget name = 'RootPathButton'
type = 'Button'
/>
<widget name = 'RootPathPath'
<widget name = 'RootPath'
height = 'Globals.Line.Height'
/>
<widget name = 'RootPathClearButton'