diff options
author | Alexander Tkachev | 2019-07-19 20:06:01 +0700 |
---|---|---|
committer | Matan Bareket | 2019-07-30 14:51:41 -0400 |
commit | e4da63823ad363cfd24b15bc671aa6cb8f5b43f1 (patch) | |
tree | 0588946d3fb4c9bd78fe39f6641e7453f050fa25 /gui/themes/scummmodern | |
parent | a9d47a163ea625782517125f8aa31735039985a0 (diff) | |
download | scummvm-rg350-e4da63823ad363cfd24b15bc671aa6cb8f5b43f1.tar.gz scummvm-rg350-e4da63823ad363cfd24b15bc671aa6cb8f5b43f1.tar.bz2 scummvm-rg350-e4da63823ad363cfd24b15bc671aa6cb8f5b43f1.zip |
GUI: Add feature description into Wi-Fi Sharing tab
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 8 | ||||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_lowres.stx | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx index 967e5e5da1..d7c60b66b6 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -781,6 +781,14 @@ width = 'Globals.Line.Height' /> </layout> + <layout type = 'vertical' padding = '0, 0, 0, 0' spacing = '4' center = 'true'> + <widget name = 'FeatureDescriptionLine1' + height = 'Globals.Line.Height' + /> + <widget name = 'FeatureDescriptionLine2' + height = 'Globals.Line.Height' + /> + </layout> </layout> </dialog> diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx index 8ff830af29..558d5dc2d2 100644 --- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx +++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx @@ -772,6 +772,14 @@ width = 'Globals.Line.Height' /> </layout> + <layout type = 'vertical' padding = '0, 0, 0, 0' spacing = '2' center = 'true'> + <widget name = 'FeatureDescriptionLine1' + height = 'Globals.Line.Height' + /> + <widget name = 'FeatureDescriptionLine2' + height = 'Globals.Line.Height' + /> + </layout> </layout> </dialog> |