buttons are now actions with images too; url-bar height is now not minimum but preferred; refs #91
This commit is contained in:
@@ -321,6 +321,33 @@
|
||||
<string>&Proxy ...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionClearLocation">
|
||||
<property name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/icons/clearlocation</normaloff>:/icons/clearlocation</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Clear Location</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>clear location bar</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionAddBookmark">
|
||||
<property name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/icons/addbookmark</normaloff>:/icons/addbookmark</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Add Bookmark</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>add bookmark to location bar</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+D</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="resources.qrc"/>
|
||||
|
||||
Reference in New Issue
Block a user