mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
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:
parent
d059f3b7d6
commit
cd803d7ca7
@ -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.
@ -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.
@ -598,7 +598,7 @@
|
||||
<widget name = 'RootPathButton'
|
||||
type = 'Button'
|
||||
/>
|
||||
<widget name = 'RootPathPath'
|
||||
<widget name = 'RootPath'
|
||||
height = 'Globals.Line.Height'
|
||||
/>
|
||||
<widget name = 'RootPathClearButton'
|
||||
|
Loading…
x
Reference in New Issue
Block a user