diff options
author | Jaromir Wysoglad | 2019-08-13 00:14:24 +0200 |
---|---|---|
committer | Filippos Karapetis | 2019-09-01 22:47:55 +0300 |
commit | c2c44582537264c7fe0fe55ba456e54b405d0678 (patch) | |
tree | 10fc613ea0a792c41688080d1218c582b2088435 /gui/themes | |
parent | b1bffaba8682af2870d4ff019bedbceb72440707 (diff) | |
download | scummvm-rg350-c2c44582537264c7fe0fe55ba456e54b405d0678.tar.gz scummvm-rg350-c2c44582537264c7fe0fe55ba456e54b405d0678.tar.bz2 scummvm-rg350-c2c44582537264c7fe0fe55ba456e54b405d0678.zip |
JANITORIAL: Remove some trailing whitespaces
Diffstat (limited to 'gui/themes')
-rw-r--r-- | gui/themes/scummclassic/classic_layout.stx | 10 | ||||
-rw-r--r-- | gui/themes/scummclassic/classic_layout_lowres.stx | 8 | ||||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 10 | ||||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_lowres.stx | 8 | ||||
-rw-r--r-- | gui/themes/scummremastered/remastered_layout.stx | 2 |
5 files changed, 19 insertions, 19 deletions
diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx index 14f1bb733c..84bd056d9d 100644 --- a/gui/themes/scummclassic/classic_layout.stx +++ b/gui/themes/scummclassic/classic_layout.stx @@ -824,7 +824,7 @@ </dialog> <dialog name = 'GlobalOptions_Cloud_ConnectionWizard' overlays = 'Dialog.GlobalOptions'> - <layout type = 'vertical' padding = '0, 0, 0, 0'> + <layout type = 'vertical' padding = '0, 0, 0, 0'> <widget name = 'Container'/> </layout> </dialog> @@ -918,11 +918,11 @@ <dialog name='GlobalOptions_Accessibility' overlays='Dialog.GlobalOptions.TabWidget'> <layout type='vertical' padding='16,16,16,16' spacing='16'> - <widget name='TTSCheckbox' - type='Checkbox' + <widget name='TTSCheckbox' + type='Checkbox' /> - <widget name='TTSVoiceSelection' - type='PopUp' + <widget name='TTSVoiceSelection' + type='PopUp' /> </layout> </dialog> diff --git a/gui/themes/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx index f2bbb00e95..e1d90fff50 100644 --- a/gui/themes/scummclassic/classic_layout_lowres.stx +++ b/gui/themes/scummclassic/classic_layout_lowres.stx @@ -919,11 +919,11 @@ </dialog> <dialog name='GlobalOptions_Accessibility' overlays='Dialog.GlobalOptions.TabWidget'> <layout type='vertical' padding='16,16,16,16' spacing='16'> - <widget name='TTSCheckbox' - type='Checkbox' + <widget name='TTSCheckbox' + type='Checkbox' /> - <widget name='TTSVoiceSelection' - type='PopUp' + <widget name='TTSVoiceSelection' + type='PopUp' /> </layout> </dialog> diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx index 28a72659c3..a45dd3edca 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -838,7 +838,7 @@ </dialog> <dialog name = 'GlobalOptions_Cloud_ConnectionWizard' overlays = 'Dialog.GlobalOptions'> - <layout type = 'vertical' padding = '0, 0, 0, 0'> + <layout type = 'vertical' padding = '0, 0, 0, 0'> <widget name = 'Container'/> </layout> </dialog> @@ -932,11 +932,11 @@ <dialog name='GlobalOptions_Accessibility' overlays='Dialog.GlobalOptions.TabWidget'> <layout type='vertical' padding='16,16,16,16' spacing='16'> - <widget name='TTSCheckbox' - type='Checkbox' + <widget name='TTSCheckbox' + type='Checkbox' /> - <widget name='TTSVoiceSelection' - type='PopUp' + <widget name='TTSVoiceSelection' + type='PopUp' /> </layout> </dialog> diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx index 85745349e4..62c0ff2ae0 100644 --- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx +++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx @@ -918,11 +918,11 @@ <dialog name='GlobalOptions_Accessibility' overlays='Dialog.GlobalOptions.TabWidget'> <layout type='vertical' padding='16,16,16,16' spacing='16'> - <widget name='TTSCheckbox' - type='Checkbox' + <widget name='TTSCheckbox' + type='Checkbox' /> - <widget name='TTSVoiceSelection' - type='PopUp' + <widget name='TTSVoiceSelection' + type='PopUp' /> </layout> </dialog> diff --git a/gui/themes/scummremastered/remastered_layout.stx b/gui/themes/scummremastered/remastered_layout.stx index 7543304541..092bbc0134 100644 --- a/gui/themes/scummremastered/remastered_layout.stx +++ b/gui/themes/scummremastered/remastered_layout.stx @@ -838,7 +838,7 @@ </dialog> <dialog name = 'GlobalOptions_Cloud_ConnectionWizard' overlays = 'Dialog.GlobalOptions'> - <layout type = 'vertical' padding = '0, 0, 0, 0'> + <layout type = 'vertical' padding = '0, 0, 0, 0'> <widget name = 'Container'/> </layout> </dialog> |