mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-08 06:12:43 -04:00
Set ToolBar minimum Font size 9
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2749 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
91f3aabdfe
commit
c59d012973
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@
|
|||
</widget>
|
||||
<widget class="QStatusBar" name="statusbar"/>
|
||||
<widget class="QToolBar" name="toolBar">
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>9</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>toolBar</string>
|
||||
</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue