diff options
author | Björn Hagemeister | 2014-11-24 15:42:59 +0100 |
---|---|---|
committer | Björn Hagemeister | 2014-11-24 15:42:59 +0100 |
commit | 894e8b952525877c9df0428827587c7f481693f2 (patch) | |
tree | a62bee5e304b8a5c3a88099499521e084ee16176 /src/ui | |
parent | Add hyphen (diff) | |
download | vmchooser2-894e8b952525877c9df0428827587c7f481693f2.tar.gz vmchooser2-894e8b952525877c9df0428827587c7f481693f2.tar.xz vmchooser2-894e8b952525877c9df0428827587c7f481693f2.zip |
Changed maximum size of help/news box to 300 px.
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/dialog.ui | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/src/ui/dialog.ui b/src/ui/dialog.ui index 75defb7..6ff8d9d 100644 --- a/src/ui/dialog.ui +++ b/src/ui/dialog.ui @@ -116,6 +116,12 @@ margin-bottom:0px;}</string> <verstretch>0</verstretch> </sizepolicy> </property> + <property name="maximumSize"> + <size> + <width>16777215</width> + <height>300</height> + </size> + </property> <property name="title"> <string>Help</string> </property> @@ -126,8 +132,8 @@ margin-bottom:0px;}</string> <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:10pt;">Loading...</span></p></body></html></string> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Loading...</span></p></body></html></string> </property> </widget> </item> @@ -142,6 +148,12 @@ p, li { white-space: pre-wrap; } <verstretch>0</verstretch> </sizepolicy> </property> + <property name="maximumSize"> + <size> + <width>16777215</width> + <height>300</height> + </size> + </property> <property name="title"> <string>News</string> </property> @@ -152,8 +164,8 @@ p, li { white-space: pre-wrap; } <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:10pt;">Loading...</span></p></body></html></string> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Loading...</span></p></body></html></string> </property> </widget> </item> @@ -422,7 +434,7 @@ border:1px solid #999; <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:11pt;">Click on an item on the left side for more infos.</span></p></body></html></string> </property> </widget> |