mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Minor UI fix
This commit is contained in:
parent
6936105eb3
commit
c141068b4a
2
src/ui/Forms/EffectKaraoke.Designer.cs
generated
2
src/ui/Forms/EffectKaraoke.Designer.cs
generated
@ -122,6 +122,7 @@
|
||||
this.panelColor.Size = new System.Drawing.Size(20, 20);
|
||||
this.panelColor.TabIndex = 2;
|
||||
this.panelColor.TabStop = true;
|
||||
this.panelColor.Click += new System.EventHandler(this.ButtonChooseColorClick);
|
||||
//
|
||||
// labelChooseColor
|
||||
//
|
||||
@ -162,6 +163,7 @@
|
||||
this.richTextBoxPreview.ReadOnly = true;
|
||||
this.richTextBoxPreview.Size = new System.Drawing.Size(483, 128);
|
||||
this.richTextBoxPreview.TabIndex = 10;
|
||||
this.richTextBoxPreview.TabStop = false;
|
||||
this.richTextBoxPreview.Text = "";
|
||||
//
|
||||
// radioButtonByWordEffect
|
||||
|
@ -1,10 +1,10 @@
|
||||
using Nikse.SubtitleEdit.Core.Common;
|
||||
using Nikse.SubtitleEdit.Core.Common.TextEffect;
|
||||
using Nikse.SubtitleEdit.Logic;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
using Nikse.SubtitleEdit.Core.Common.TextEffect;
|
||||
|
||||
namespace Nikse.SubtitleEdit.Forms
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user