add 'add notes' button to browser

This commit is contained in:
Damien Elmes 2012-02-13 16:38:12 +09:00
parent 96748e8621
commit 694fad9f47
2 changed files with 4 additions and 3 deletions

View file

@ -1443,6 +1443,7 @@ class BrowserToolbar(Toolbar):
<a class=hitem title="%s" href="%s"><img style="padding: 1px;" valign=bottom src="qrc:/icons/%s.png"> %s</a>'''
return fmt % (title, link, icon, title)
right = ""
right += borderImg("add", "add16", False, _("Add"))
right += borderImg("info", "info", False, _("Info"))
right += borderImg("mark", "star16", mark, _("Mark"))
right += borderImg("pause", "pause16", pause, _("Suspend"))

View file

@ -6,13 +6,13 @@
<rect>
<x>0</x>
<y>0</y>
<width>700</width>
<width>750</width>
<height>500</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>700</width>
<width>750</width>
<height>500</height>
</size>
</property>
@ -218,7 +218,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>700</width>
<width>750</width>
<height>22</height>
</rect>
</property>