* Added ability to set Composer font * Added missing translations and refactoring * Remove unused methods * Small fixes
13 lines
251 B
C#
13 lines
251 B
C#
using Wino.Views.Abstract;
|
|
|
|
namespace Wino.Views.Settings
|
|
{
|
|
public sealed partial class ReadComposePanePage : ReadComposePanePageAbstract
|
|
{
|
|
public ReadComposePanePage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|