mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Add text wrap behaivour on bubbles
This commit is contained in:
parent
4a90436e8e
commit
92bcd4cbfd
2 changed files with 13 additions and 6 deletions
|
@ -3,13 +3,14 @@ pragma Singleton
|
|||
|
||||
QtObject {
|
||||
|
||||
// Margins
|
||||
// Bubble measures
|
||||
readonly property int lMarginBubble: 10
|
||||
readonly property int rMarginBubble: 10
|
||||
readonly property int tMarginBubble: 5
|
||||
readonly property int bMarginBubble: 10
|
||||
readonly property int aditionalBubbleHeight: tMarginBubble * 2
|
||||
readonly property int aditionalBubbleWidth: 30
|
||||
readonly property real bubbleMaxWidth: 0.5 // % from parent
|
||||
|
||||
// BubbleProps
|
||||
readonly property int radius: 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue