Fixed #29.
This commit is contained in:
parent
b9116d1a82
commit
3b26442a73
2 changed files with 6 additions and 2 deletions
|
@ -2,8 +2,12 @@
|
||||||
—————
|
—————
|
||||||
|
|
||||||
Fixed:
|
Fixed:
|
||||||
|
▪ Fixed some typos.
|
||||||
|
▪ Fixed some UI stuff in menus etc.
|
||||||
▪ Fixed problem with skin loading. (bug #25)
|
▪ Fixed problem with skin loading. (bug #25)
|
||||||
|
|
||||||
|
You can see more verbose list of fixed stuff here: https://github.com/martinrotter/rssguard/issues?utf8=%E2%9C%93&q=is%3Aclosed%20milestone%3A%223.3.2%22%20
|
||||||
|
|
||||||
3.3.1
|
3.3.1
|
||||||
—————
|
—————
|
||||||
|
|
||||||
|
|
|
@ -75,7 +75,6 @@
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Show/hide</string>
|
<string>Show/hide</string>
|
||||||
</property>
|
</property>
|
||||||
<addaction name="m_actionFullscreen"/>
|
|
||||||
<addaction name="m_actionSwitchFeedsList"/>
|
<addaction name="m_actionSwitchFeedsList"/>
|
||||||
<addaction name="m_actionSwitchMainMenu"/>
|
<addaction name="m_actionSwitchMainMenu"/>
|
||||||
<addaction name="m_actionSwitchToolBars"/>
|
<addaction name="m_actionSwitchToolBars"/>
|
||||||
|
@ -83,6 +82,7 @@
|
||||||
<addaction name="m_actionSwitchStatusBar"/>
|
<addaction name="m_actionSwitchStatusBar"/>
|
||||||
</widget>
|
</widget>
|
||||||
<addaction name="m_menuShowHide"/>
|
<addaction name="m_menuShowHide"/>
|
||||||
|
<addaction name="m_actionFullscreen"/>
|
||||||
<addaction name="m_actionSwitchMainWindow"/>
|
<addaction name="m_actionSwitchMainWindow"/>
|
||||||
<addaction name="m_actionSwitchMessageListOrientation"/>
|
<addaction name="m_actionSwitchMessageListOrientation"/>
|
||||||
</widget>
|
</widget>
|
||||||
|
@ -221,7 +221,7 @@
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Fullscreen</string>
|
<string>View &fullscreen</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Switch fullscreen mode.</string>
|
<string>Switch fullscreen mode.</string>
|
||||||
|
|
Loading…
Add table
Reference in a new issue