diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-01-02 04:01:00 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-01-02 04:01:00 +0100 |
commit | b9b5a82c2e0893aac94803c306f8f8fb73f4f909 (patch) | |
tree | 862303979e6cf4689203f5af070ef03967803148 /application/widgets/MCModInfoFrame.ui | |
parent | da2af5e449cca8524b298c2f6281bf281420eaf8 (diff) | |
download | PrismLauncher-b9b5a82c2e0893aac94803c306f8f8fb73f4f909.tar.gz PrismLauncher-b9b5a82c2e0893aac94803c306f8f8fb73f4f909.tar.bz2 PrismLauncher-b9b5a82c2e0893aac94803c306f8f8fb73f4f909.zip |
GH-1313 remove translatable strings from MCModInfoFrame
Diffstat (limited to 'application/widgets/MCModInfoFrame.ui')
-rw-r--r-- | application/widgets/MCModInfoFrame.ui | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/application/widgets/MCModInfoFrame.ui b/application/widgets/MCModInfoFrame.ui index 12534b25..ce418267 100644 --- a/application/widgets/MCModInfoFrame.ui +++ b/application/widgets/MCModInfoFrame.ui @@ -26,10 +26,25 @@ <string>Frame</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> + <property name="spacing"> + <number>6</number> + </property> + <property name="leftMargin"> + <number>0</number> + </property> + <property name="topMargin"> + <number>0</number> + </property> + <property name="rightMargin"> + <number>0</number> + </property> + <property name="bottomMargin"> + <number>0</number> + </property> <item> <widget class="QLabel" name="label_ModText"> <property name="text"> - <string>Select a mod to view title and authors...</string> + <string notr="true"/> </property> <property name="textFormat"> <enum>Qt::RichText</enum> @@ -50,11 +65,14 @@ </item> <item> <widget class="QLabel" name="label_ModDescription"> + <property name="toolTip"> + <string notr="true"/> + </property> <property name="text"> - <string>Select a mod to view description...</string> + <string notr="true"/> </property> <property name="textFormat"> - <enum>Qt::PlainText</enum> + <enum>Qt::RichText</enum> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> @@ -62,6 +80,9 @@ <property name="wordWrap"> <bool>true</bool> </property> + <property name="openExternalLinks"> + <bool>true</bool> + </property> <property name="textInteractionFlags"> <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> </property> |