mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
layout / font changes
This commit is contained in:
parent
cbb17758f4
commit
0a0515b652
2 changed files with 36 additions and 9 deletions
|
@ -162,19 +162,19 @@
|
|||
<name>SnapshotShareDialog</name>
|
||||
<message>
|
||||
<location filename="ui/shareSnapshot.ui" line="38"/>
|
||||
<location filename="../build/interface/ui_shareSnapshot.h" line="175"/>
|
||||
<location filename="../build/interface/ui_shareSnapshot.h" line="187"/>
|
||||
<source>Share with community</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="ui/shareSnapshot.ui" line="191"/>
|
||||
<location filename="../build/interface/ui_shareSnapshot.h" line="176"/>
|
||||
<location filename="ui/shareSnapshot.ui" line="210"/>
|
||||
<location filename="../build/interface/ui_shareSnapshot.h" line="188"/>
|
||||
<source>Notes about this image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="ui/shareSnapshot.ui" line="253"/>
|
||||
<location filename="../build/interface/ui_shareSnapshot.h" line="177"/>
|
||||
<location filename="ui/shareSnapshot.ui" line="280"/>
|
||||
<location filename="../build/interface/ui_shareSnapshot.h" line="189"/>
|
||||
<source>Share</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
@ -53,6 +53,9 @@
|
|||
</rect>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<property name="spacing">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QFrame" name="frame">
|
||||
<property name="sizePolicy">
|
||||
|
@ -68,13 +71,13 @@
|
|||
</size>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">background-color: #333;</string>
|
||||
<string notr="true">background-color: #000</string>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
<enum>QFrame::NoFrame</enum>
|
||||
</property>
|
||||
<property name="frameShadow">
|
||||
<enum>QFrame::Raised</enum>
|
||||
<enum>QFrame::Plain</enum>
|
||||
</property>
|
||||
<property name="lineWidth">
|
||||
<number>0</number>
|
||||
|
@ -84,7 +87,7 @@
|
|||
<rect>
|
||||
<x>-1</x>
|
||||
<y>1</y>
|
||||
<width>791</width>
|
||||
<width>792</width>
|
||||
<height>512</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
@ -187,9 +190,28 @@
|
|||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>30</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Helvetica</family>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">color: #666;</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Notes about this image</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
||||
</property>
|
||||
<property name="margin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
|
@ -217,6 +239,11 @@
|
|||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Helvetica</family>
|
||||
</font>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
|
Loading…
Reference in a new issue