mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-04 17:34:07 +02:00
Reformat (missing space after comma), minor code tweaks
This commit is contained in:
parent
45bdd95dc8
commit
31a475861b
@ -4,7 +4,7 @@
|
||||
using System.Threading;
|
||||
|
||||
namespace TweetDck.Configuration{
|
||||
class LockManager{
|
||||
sealed class LockManager{
|
||||
public Process LockingProcess { get; private set; }
|
||||
|
||||
private readonly string file;
|
||||
|
@ -2,7 +2,7 @@
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace TweetDck.Core.Controls{
|
||||
public partial class FlatProgressBar : ProgressBar{
|
||||
sealed partial class FlatProgressBar : ProgressBar{
|
||||
private readonly SolidBrush brush;
|
||||
|
||||
public FlatProgressBar(){
|
||||
|
@ -12,7 +12,7 @@ protected static UserConfig Config{
|
||||
public bool Ready { get; set; }
|
||||
|
||||
public BaseTabSettings(){
|
||||
Padding = new Padding(6,6,6,6);
|
||||
Padding = new Padding(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user