mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 11:18:08 -06:00
Merge pull request #646 from Mohamed00/communityTimelineShortcuts
Added keyboard shortcuts in community timeline dialog
This commit is contained in:
commit
650747f423
@ -14,8 +14,8 @@ class CommunityTimeline(wx.Dialog):
|
|||||||
communitySizer.Add(self.url, 0, wx.ALL, 5)
|
communitySizer.Add(self.url, 0, wx.ALL, 5)
|
||||||
actionSizer = wx.BoxSizer(wx.VERTICAL)
|
actionSizer = wx.BoxSizer(wx.VERTICAL)
|
||||||
label2 = wx.StaticText(panel, -1, _(u"Buffer type"))
|
label2 = wx.StaticText(panel, -1, _(u"Buffer type"))
|
||||||
self.local= wx.RadioButton(panel, -1, _("Local timeline"), style=wx.RB_GROUP)
|
self.local= wx.RadioButton(panel, -1, _("&Local timeline"), style=wx.RB_GROUP)
|
||||||
self.federated= wx.RadioButton(panel, -1, _("Federated Timeline"))
|
self.federated= wx.RadioButton(panel, -1, _("&Federated Timeline"))
|
||||||
hSizer = wx.BoxSizer(wx.HORIZONTAL)
|
hSizer = wx.BoxSizer(wx.HORIZONTAL)
|
||||||
hSizer.Add(label2, 0, wx.ALL, 5)
|
hSizer.Add(label2, 0, wx.ALL, 5)
|
||||||
actionSizer.Add(self.local, 0, wx.ALL, 5)
|
actionSizer.Add(self.local, 0, wx.ALL, 5)
|
||||||
|
Loading…
Reference in New Issue
Block a user