mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-12 00:00:44 -04:00
Increase font size
This commit is contained in:
parent
6ea85de4ba
commit
161bd4c227
3 changed files with 10 additions and 3 deletions
|
@ -112,7 +112,7 @@ Item
|
|||
anchors.topMargin: parent.height / 2
|
||||
anchors.bottomMargin: categorySelectorHeight
|
||||
|
||||
property int categorySelectorHeight: 40
|
||||
property int categorySelectorHeight: 50
|
||||
|
||||
color: "white"
|
||||
buttonWidth: 40
|
||||
|
@ -225,6 +225,8 @@ Item
|
|||
|
||||
inputMethodHints: Qt.ImhMultiLine
|
||||
|
||||
font.pixelSize: styles.messageBoxTextSize
|
||||
|
||||
onTextChanged:
|
||||
{
|
||||
if (msgField.length == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue