mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-05 12:51:08 -05: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
@ -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…
Reference in New Issue
Block a user